Html Css Color HEX #BD23DF Dark Orchid

📋 copy color: '#BD23DF'

red 189 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #BD23DF

Tints of Dark Orchid #BD23DF

RGB

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

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

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

R = 42.28%
G = 7.83%
B = 49.89%

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

#BD23DF (or 0xBD23DF) is known color: Dark Orchid. HEX triplet: BD, 23 and DF. RGB value is (189,35,223). Sum of RGB (Red+Green+Blue) = 189+35+223=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23DF is #42DC20. Grayscale: #656565. Windows color (decimal): -4381729 or 14623677. OLE color: 14623677.

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

Color convert

RGB 189 35 223 -
CMYK 0.15 0.84 0 0.13
HSL 289.15º 0.75% 0.51% -
HSV(B) 289.15º 0.84% 0.87% -
XYZ 34.91 17.35 71.32 -
YUV 102.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 189 35 223 0.15 0.84 0 0.13 289.15 0.75 0.51
Hex BD 23 DF F 54 0 D 121 4B 33
Octal 275 43 337 17 124 0 15 441 113 63
Binary 10111101 100011 11011111 1111 1010100 0 1101 100100001 1001011 110011

Color Harmonies of #BD23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23DF

Black with #BD23DF

Text Example


Text Example

White with #BD23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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