Html Css Color HEX #B62ED0 Dark Orchid

📋 copy color: '#B62ED0'

red 182 ◦ green 46 ◦ blue 208

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

Shades of Dark Orchid #B62ED0

Tints of Dark Orchid #B62ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 41.74%
G = 10.55%
B = 47.71%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B62ED0 (or 0xB62ED0) is known color: Dark Orchid. HEX triplet: B6, 2E and D0. RGB value is (182,46,208). Sum of RGB (Red+Green+Blue) = 182+46+208=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #B62ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ED0 is #49D12F. Grayscale: #686868. Windows color (decimal): -4837680 or 13643446. OLE color: 13643446.

HSL color Cylindrical-coordinate representation of color #B62ED0: hue angle of 290.37º degrees, saturation: 0.64, 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 #B62ED0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 46 208 -
CMYK 0.12 0.78 0 0.18
HSL 290.37º 0.64% 0.5% -
HSV(B) 290.37º 0.78% 0.82% -
XYZ 31.65 16.45 61.18 -
YUV 105.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 182 46 208 0.12 0.78 0 0.18 290.37 0.64 0.5
Hex B6 2E D0 C 4E 0 12 122 40 32
Octal 266 56 320 14 116 0 22 442 100 62
Binary 10110110 101110 11010000 1100 1001110 0 10010 100100010 1000000 110010

Color Harmonies of #B62ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ED0

Black with #B62ED0

Text Example


Text Example

White with #B62ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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