Html Css Color HEX #BD28DB Dark Orchid

📋 copy color: '#BD28DB'

red 189 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #BD28DB

Tints of Dark Orchid #BD28DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 42.19%
G = 8.93%
B = 48.88%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD28DB (or 0xBD28DB) is known color: Dark Orchid. HEX triplet: BD, 28 and DB. RGB value is (189,40,219). Sum of RGB (Red+Green+Blue) = 189+40+219=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28DB is #42D724. Grayscale: #686868. Windows color (decimal): -4380453 or 14362813. OLE color: 14362813.

HSL color Cylindrical-coordinate representation of color #BD28DB: hue angle of 289.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD28DB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 40 219 -
CMYK 0.14 0.82 0 0.14
HSL 289.94º 0.71% 0.51% -
HSV(B) 289.94º 0.82% 0.86% -
XYZ 34.53 17.45 68.57 -
YUV 104.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 189 40 219 0.14 0.82 0 0.14 289.94 0.71 0.51
Hex BD 28 DB E 52 0 E 122 47 33
Octal 275 50 333 16 122 0 16 442 107 63
Binary 10111101 101000 11011011 1110 1010010 0 1110 100100010 1000111 110011

Color Harmonies of #BD28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28DB

Black with #BD28DB

Text Example


Text Example

White with #BD28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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