Html Css Color HEX #B62ABB Dark Orchid

📋 copy color: '#B62ABB'

red 182 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #B62ABB

Tints of Dark Orchid #B62ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 44.28%
G = 10.22%
B = 45.5%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B62ABB (or 0xB62ABB) is known color: Dark Orchid. HEX triplet: B6, 2A and BB. RGB value is (182,42,187). Sum of RGB (Red+Green+Blue) = 182+42+187=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #B62ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ABB is #49D544. Grayscale: #636363. Windows color (decimal): -4838725 or 12266166. OLE color: 12266166.

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

Color convert

RGB 182 42 187 -
CMYK 0.03 0.78 0 0.27
HSL 297.93º 0.63% 0.45% -
HSV(B) 297.93º 0.78% 0.73% -
XYZ 29.09 15.19 48.41 -
YUV 100.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 182 42 187 0.03 0.78 0 0.27 297.93 0.63 0.45
Hex B6 2A BB 3 4E 0 1B 12A 3F 2D
Octal 266 52 273 3 116 0 33 452 77 55
Binary 10110110 101010 10111011 11 1001110 0 11011 100101010 111111 101101

Color Harmonies of #B62ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ABB

Black with #B62ABB

Text Example


Text Example

White with #B62ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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