Html Css Color HEX #BD28DF Dark Orchid

📋 copy color: '#BD28DF'

red 189 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #BD28DF

Tints of Dark Orchid #BD28DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

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

R = 41.81%
G = 8.85%
B = 49.34%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD28DF (or 0xBD28DF) is known color: Dark Orchid. HEX triplet: BD, 28 and DF. RGB value is (189,40,223). Sum of RGB (Red+Green+Blue) = 189+40+223=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28DF is #42D720. Grayscale: #686868. Windows color (decimal): -4380449 or 14624957. OLE color: 14624957.

HSL color Cylindrical-coordinate representation of color #BD28DF: hue angle of 288.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD28DF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 40 223 -
CMYK 0.15 0.82 0 0.13
HSL 288.85º 0.74% 0.52% -
HSV(B) 288.85º 0.82% 0.87% -
XYZ 35.06 17.66 71.37 -
YUV 105.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 189 40 223 0.15 0.82 0 0.13 288.85 0.74 0.52
Hex BD 28 DF F 52 0 D 121 4A 34
Octal 275 50 337 17 122 0 15 441 112 64
Binary 10111101 101000 11011111 1111 1010010 0 1101 100100001 1001010 110100

Color Harmonies of #BD28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28DF

Black with #BD28DF

Text Example


Text Example

White with #BD28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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