Html Css Color HEX #B62BCB Dark Orchid

📋 copy color: '#B62BCB'

red 182 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #B62BCB

Tints of Dark Orchid #B62BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 42.52%
G = 10.05%
B = 47.43%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B62BCB (or 0xB62BCB) is known color: Dark Orchid. HEX triplet: B6, 2B and CB. RGB value is (182,43,203). Sum of RGB (Red+Green+Blue) = 182+43+203=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B62BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BCB is #49D434. Grayscale: #666666. Windows color (decimal): -4838453 or 13314998. OLE color: 13314998.

HSL color Cylindrical-coordinate representation of color #B62BCB: hue angle of 292.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62BCB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 43 203 -
CMYK 0.10 0.79 0 0.20
HSL 292.13º 0.65% 0.48% -
HSV(B) 292.13º 0.79% 0.8% -
XYZ 30.93 15.98 57.95 -
YUV 102.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 182 43 203 0.10 0.79 0 0.20 292.13 0.65 0.48
Hex B6 2B CB A 4F 0 14 124 41 30
Octal 266 53 313 12 117 0 24 444 101 60
Binary 10110110 101011 11001011 1010 1001111 0 10100 100100100 1000001 110000

Color Harmonies of #B62BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BCB

Black with #B62BCB

Text Example


Text Example

White with #B62BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BCB; }

 p { color: rgb(182,43,203); }

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

background-color css

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

 a { background-color: rgb(182,43,203); }

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

border-color css

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

 span { border-color: rgb(182,43,203); }

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