Html Css Color HEX #BF28DD Dark Orchid

📋 copy color: '#BF28DD'

red 191 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #BF28DD

Tints of Dark Orchid #BF28DD

RGB

 RED value IS 191 (75% from 255) = 42.26%

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 42.26%
G = 8.85%
B = 48.89%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF28DD (or 0xBF28DD) is known color: Dark Orchid. HEX triplet: BF, 28 and DD. RGB value is (191,40,221). Sum of RGB (Red+Green+Blue) = 191+40+221=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DD is #40D722. Grayscale: #696969. Windows color (decimal): -4249379 or 14493887. OLE color: 14493887.

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

Color convert

RGB 191 40 221 -
CMYK 0.14 0.82 0 0.13
HSL 290.06º 0.73% 0.51% -
HSV(B) 290.06º 0.82% 0.87% -
XYZ 35.3 17.81 69.98 -
YUV 105.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 191 40 221 0.14 0.82 0 0.13 290.06 0.73 0.51
Hex BF 28 DD E 52 0 D 122 49 33
Octal 277 50 335 16 122 0 15 442 111 63
Binary 10111111 101000 11011101 1110 1010010 0 1101 100100010 1001001 110011

Color Harmonies of #BF28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28DD

Black with #BF28DD

Text Example


Text Example

White with #BF28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28DD; }

 p { color: rgb(191,40,221); }

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

background-color css

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

 a { background-color: rgb(191,40,221); }

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

border-color css

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

 span { border-color: rgb(191,40,221); }

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