Html Css Color HEX #B628BB Dark Orchid

📋 copy color: '#B628BB'

red 182 ◦ green 40 ◦ blue 187

#B628BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B628BB

Tints of Dark Orchid #B628BB

RGB

 RED value IS 182 (71.48% from 255) = 44.5%

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 44.5%
G = 9.78%
B = 45.72%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B628BB (or 0xB628BB) is known color: Dark Orchid. HEX triplet: B6, 28 and BB. RGB value is (182,40,187). Sum of RGB (Red+Green+Blue) = 182+40+187=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #B628BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BB is #49D744. Grayscale: #626262. Windows color (decimal): -4839237 or 12265654. OLE color: 12265654.

HSL color Cylindrical-coordinate representation of color #B628BB: hue angle of 297.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B628BB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 40 187 -
CMYK 0.03 0.79 0 0.27
HSL 297.96º 0.65% 0.45% -
HSV(B) 297.96º 0.79% 0.73% -
XYZ 29.02 15.05 48.39 -
YUV 99.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 182 40 187 0.03 0.79 0 0.27 297.96 0.65 0.45
Hex B6 28 BB 3 4F 0 1B 12A 41 2D
Octal 266 50 273 3 117 0 33 452 101 55
Binary 10110110 101000 10111011 11 1001111 0 11011 100101010 1000001 101101

Color Harmonies of #B628BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628BB

Black with #B628BB

Text Example


Text Example

White with #B628BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628BB; }

 p { color: rgb(182,40,187); }

 H1.HeaderClassName
 {
   color: #B628BB;
 }
 .AnyTagClassName
 {
   color: #B628BB;
 }
</style>

background-color css

<style>
 a { background-color: #B628BB; }

 a { background-color: rgb(182,40,187); }

 div.DivClassName
 {
   background-color: #B628BB;
 }
 .BgClassName
 {
   background-color: #B628BB;
 }
</style>

border-color css

<style>
 span { border-color: #B628BB; }

 span { border-color: rgb(182,40,187); }

 td.TdClassName
 {
   border-color: #B628BB;
 }
 .TagClassName
 {
   border-color: #B628BB;
 }
</style>