Html Css Color HEX #B62ED2 Dark Orchid

📋 copy color: '#B62ED2'

red 182 ◦ green 46 ◦ blue 210

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

Shades of Dark Orchid #B62ED2

Tints of Dark Orchid #B62ED2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 41.55%
G = 10.5%
B = 47.95%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B62ED2 (or 0xB62ED2) is known color: Dark Orchid. HEX triplet: B6, 2E and D2. RGB value is (182,46,210). Sum of RGB (Red+Green+Blue) = 182+46+210=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #B62ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ED2 is #49D12D. Grayscale: #686868. Windows color (decimal): -4837678 or 13774518. OLE color: 13774518.

HSL color Cylindrical-coordinate representation of color #B62ED2: hue angle of 289.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62ED2 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 46 210 -
CMYK 0.13 0.78 0 0.18
HSL 289.76º 0.65% 0.5% -
HSV(B) 289.76º 0.78% 0.82% -
XYZ 31.9 16.55 62.49 -
YUV 105.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 182 46 210 0.13 0.78 0 0.18 289.76 0.65 0.5
Hex B6 2E D2 D 4E 0 12 122 41 32
Octal 266 56 322 15 116 0 22 442 101 62
Binary 10110110 101110 11010010 1101 1001110 0 10010 100100010 1000001 110010

Color Harmonies of #B62ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ED2

Black with #B62ED2

Text Example


Text Example

White with #B62ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ED2; }

 p { color: rgb(182,46,210); }

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

background-color css

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

 a { background-color: rgb(182,46,210); }

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

border-color css

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

 span { border-color: rgb(182,46,210); }

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