Html Css Color HEX #B624DF Dark Orchid

📋 copy color: '#B624DF'

red 182 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #B624DF

Tints of Dark Orchid #B624DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 41.27%
G = 8.16%
B = 50.57%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B624DF (or 0xB624DF) is known color: Dark Orchid. HEX triplet: B6, 24 and DF. RGB value is (182,36,223). Sum of RGB (Red+Green+Blue) = 182+36+223=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B624DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624DF is #49DB20. Grayscale: #646464. Windows color (decimal): -4840225 or 14623926. OLE color: 14623926.

HSL color Cylindrical-coordinate representation of color #B624DF: hue angle of 286.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B624DF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 36 223 -
CMYK 0.18 0.84 0 0.13
HSL 286.84º 0.75% 0.51% -
HSV(B) 286.84º 0.84% 0.87% -
XYZ 33.24 16.53 71.25 -
YUV 100.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 182 36 223 0.18 0.84 0 0.13 286.84 0.75 0.51
Hex B6 24 DF 12 54 0 D 11F 4B 33
Octal 266 44 337 22 124 0 15 437 113 63
Binary 10110110 100100 11011111 10010 1010100 0 1101 100011111 1001011 110011

Color Harmonies of #B624DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624DF

Black with #B624DF

Text Example


Text Example

White with #B624DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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