Html Css Color HEX #B62BCD Dark Orchid

📋 copy color: '#B62BCD'

red 182 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #B62BCD

Tints of Dark Orchid #B62BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 42.33%
G = 10%
B = 47.67%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B62BCD (or 0xB62BCD) is known color: Dark Orchid. HEX triplet: B6, 2B and CD. RGB value is (182,43,205). Sum of RGB (Red+Green+Blue) = 182+43+205=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B62BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BCD is #49D432. Grayscale: #666666. Windows color (decimal): -4838451 or 13446070. OLE color: 13446070.

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

Color convert

RGB 182 43 205 -
CMYK 0.11 0.79 0 0.20
HSL 291.48º 0.65% 0.49% -
HSV(B) 291.48º 0.79% 0.8% -
XYZ 31.17 16.08 59.22 -
YUV 103.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 182 43 205 0.11 0.79 0 0.20 291.48 0.65 0.49
Hex B6 2B CD B 4F 0 14 123 41 31
Octal 266 53 315 13 117 0 24 443 101 61
Binary 10110110 101011 11001101 1011 1001111 0 10100 100100011 1000001 110001

Color Harmonies of #B62BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BCD

Black with #B62BCD

Text Example


Text Example

White with #B62BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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