Html Css Color HEX #BD24DE Dark Orchid

📋 copy color: '#BD24DE'

red 189 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #BD24DE

Tints of Dark Orchid #BD24DE

RGB

 RED value IS 189 (74.22% from 255) = 42.28%

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 42.28%
G = 8.05%
B = 49.66%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD24DE (or 0xBD24DE) is known color: Dark Orchid. HEX triplet: BD, 24 and DE. RGB value is (189,36,222). Sum of RGB (Red+Green+Blue) = 189+36+222=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD24DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24DE is #42DB21. Grayscale: #666666. Windows color (decimal): -4381474 or 14558397. OLE color: 14558397.

HSL color Cylindrical-coordinate representation of color #BD24DE: hue angle of 289.35º degrees, saturation: 0.74, 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 #BD24DE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 36 222 -
CMYK 0.15 0.84 0 0.13
HSL 289.35º 0.74% 0.51% -
HSV(B) 289.35º 0.84% 0.87% -
XYZ 34.8 17.35 70.62 -
YUV 102.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 189 36 222 0.15 0.84 0 0.13 289.35 0.74 0.51
Hex BD 24 DE F 54 0 D 121 4A 33
Octal 275 44 336 17 124 0 15 441 112 63
Binary 10111101 100100 11011110 1111 1010100 0 1101 100100001 1001010 110011

Color Harmonies of #BD24DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24DE

Black with #BD24DE

Text Example


Text Example

White with #BD24DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24DE; }

 p { color: rgb(189,36,222); }

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

background-color css

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

 a { background-color: rgb(189,36,222); }

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

border-color css

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

 span { border-color: rgb(189,36,222); }

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