Html Css Color HEX #BD23E0 Dark Orchid

📋 copy color: '#BD23E0'

red 189 ◦ green 35 ◦ blue 224

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

Shades of Dark Orchid #BD23E0

Tints of Dark Orchid #BD23E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.81%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 42.19%
G = 7.81%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD23E0 (or 0xBD23E0) is known color: Dark Orchid. HEX triplet: BD, 23 and E0. RGB value is (189,35,224). Sum of RGB (Red+Green+Blue) = 189+35+224=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23E0 is #42DC1F. Grayscale: #656565. Windows color (decimal): -4381728 or 14689213. OLE color: 14689213.

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

Color convert

RGB 189 35 224 -
CMYK 0.16 0.84 0 0.12
HSL 288.89º 0.75% 0.51% -
HSV(B) 288.89º 0.84% 0.88% -
XYZ 35.04 17.4 72.03 -
YUV 102.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 189 35 224 0.16 0.84 0 0.12 288.89 0.75 0.51
Hex BD 23 E0 10 54 0 C 121 4B 33
Octal 275 43 340 20 124 0 14 441 113 63
Binary 10111101 100011 11100000 10000 1010100 0 1100 100100001 1001011 110011

Color Harmonies of #BD23E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23E0

Black with #BD23E0

Text Example


Text Example

White with #BD23E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23E0; }

 p { color: rgb(189,35,224); }

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

background-color css

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

 a { background-color: rgb(189,35,224); }

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

border-color css

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

 span { border-color: rgb(189,35,224); }

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