Html Css Color HEX #B62CDC Dark Orchid

📋 copy color: '#B62CDC'

red 182 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #B62CDC

Tints of Dark Orchid #B62CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 40.81%
G = 9.87%
B = 49.33%

CMYK

 C value IS 0.17

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B62CDC (or 0xB62CDC) is known color: Dark Orchid. HEX triplet: B6, 2C and DC. RGB value is (182,44,220). Sum of RGB (Red+Green+Blue) = 182+44+220=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B62CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CDC is #49D323. Grayscale: #686868. Windows color (decimal): -4838180 or 14429366. OLE color: 14429366.

HSL color Cylindrical-coordinate representation of color #B62CDC: hue angle of 287.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62CDC is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 44 220 -
CMYK 0.17 0.8 0 0.14
HSL 287.05º 0.72% 0.52% -
HSV(B) 287.05º 0.8% 0.86% -
XYZ 33.11 16.91 69.23 -
YUV 105.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 182 44 220 0.17 0.8 0 0.14 287.05 0.72 0.52
Hex B6 2C DC 11 50 0 E 11F 48 34
Octal 266 54 334 21 120 0 16 437 110 64
Binary 10110110 101100 11011100 10001 1010000 0 1110 100011111 1001000 110100

Color Harmonies of #B62CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CDC

Black with #B62CDC

Text Example


Text Example

White with #B62CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CDC; }

 p { color: rgb(182,44,220); }

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

background-color css

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

 a { background-color: rgb(182,44,220); }

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

border-color css

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

 span { border-color: rgb(182,44,220); }

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