Html Css Color HEX #B624DC Dark Orchid

📋 copy color: '#B624DC'

red 182 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #B624DC

Tints of Dark Orchid #B624DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.22%

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

R = 41.55%
G = 8.22%
B = 50.23%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B624DC (or 0xB624DC) is known color: Dark Orchid. HEX triplet: B6, 24 and DC. RGB value is (182,36,220). Sum of RGB (Red+Green+Blue) = 182+36+220=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B624DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624DC is #49DB23. Grayscale: #646464. Windows color (decimal): -4840228 or 14427318. OLE color: 14427318.

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

Color convert

RGB 182 36 220 -
CMYK 0.17 0.84 0 0.14
HSL 287.61º 0.72% 0.5% -
HSV(B) 287.61º 0.84% 0.86% -
XYZ 32.84 16.37 69.14 -
YUV 100.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 182 36 220 0.17 0.84 0 0.14 287.61 0.72 0.5
Hex B6 24 DC 11 54 0 E 120 48 32
Octal 266 44 334 21 124 0 16 440 110 62
Binary 10110110 100100 11011100 10001 1010100 0 1110 100100000 1001000 110010

Color Harmonies of #B624DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624DC

Black with #B624DC

Text Example


Text Example

White with #B624DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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