Html Css Color HEX #BD28D7 Dark Orchid

📋 copy color: '#BD28D7'

red 189 ◦ green 40 ◦ blue 215

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

Shades of Dark Orchid #BD28D7

Tints of Dark Orchid #BD28D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 42.57%
G = 9.01%
B = 48.42%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD28D7 (or 0xBD28D7) is known color: Dark Orchid. HEX triplet: BD, 28 and D7. RGB value is (189,40,215). Sum of RGB (Red+Green+Blue) = 189+40+215=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD28D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28D7 is #42D728. Grayscale: #676767. Windows color (decimal): -4380457 or 14100669. OLE color: 14100669.

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

Color convert

RGB 189 40 215 -
CMYK 0.12 0.81 0 0.16
HSL 291.09º 0.69% 0.5% -
HSV(B) 291.09º 0.81% 0.84% -
XYZ 34.01 17.24 65.83 -
YUV 104.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 189 40 215 0.12 0.81 0 0.16 291.09 0.69 0.5
Hex BD 28 D7 C 51 0 10 123 45 32
Octal 275 50 327 14 121 0 20 443 105 62
Binary 10111101 101000 11010111 1100 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BD28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28D7

Black with #BD28D7

Text Example


Text Example

White with #BD28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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