Html Css Color HEX #BF28E4 Dark Orchid

📋 copy color: '#BF28E4'

red 191 ◦ green 40 ◦ blue 228

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

Shades of Dark Orchid #BF28E4

Tints of Dark Orchid #BF28E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.67%

R = 41.61%
G = 8.71%
B = 49.67%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF28E4 (or 0xBF28E4) is known color: Dark Orchid. HEX triplet: BF, 28 and E4. RGB value is (191,40,228). Sum of RGB (Red+Green+Blue) = 191+40+228=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28E4 is #40D71B. Grayscale: #696969. Windows color (decimal): -4249372 or 14952639. OLE color: 14952639.

HSL color Cylindrical-coordinate representation of color #BF28E4: hue angle of 288.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF28E4 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 40 228 -
CMYK 0.16 0.82 0 0.11
HSL 288.19º 0.78% 0.53% -
HSV(B) 288.19º 0.82% 0.89% -
XYZ 36.25 18.2 75 -
YUV 106.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 191 40 228 0.16 0.82 0 0.11 288.19 0.78 0.53
Hex BF 28 E4 10 52 0 B 120 4E 35
Octal 277 50 344 20 122 0 13 440 116 65
Binary 10111111 101000 11100100 10000 1010010 0 1011 100100000 1001110 110101

Color Harmonies of #BF28E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28E4

Black with #BF28E4

Text Example


Text Example

White with #BF28E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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