Html Css Color HEX #BF28E1 Dark Orchid

📋 copy color: '#BF28E1'

red 191 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #BF28E1

Tints of Dark Orchid #BF28E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 41.89%
G = 8.77%
B = 49.34%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF28E1 (or 0xBF28E1) is known color: Dark Orchid. HEX triplet: BF, 28 and E1. RGB value is (191,40,225). Sum of RGB (Red+Green+Blue) = 191+40+225=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF28E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28E1 is #40D71E. Grayscale: #696969. Windows color (decimal): -4249375 or 14756031. OLE color: 14756031.

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

Color convert

RGB 191 40 225 -
CMYK 0.15 0.82 0 0.12
HSL 288.97º 0.76% 0.52% -
HSV(B) 288.97º 0.82% 0.88% -
XYZ 35.84 18.03 72.83 -
YUV 106.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 191 40 225 0.15 0.82 0 0.12 288.97 0.76 0.52
Hex BF 28 E1 F 52 0 C 121 4C 34
Octal 277 50 341 17 122 0 14 441 114 64
Binary 10111111 101000 11100001 1111 1010010 0 1100 100100001 1001100 110100

Color Harmonies of #BF28E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28E1

Black with #BF28E1

Text Example


Text Example

White with #BF28E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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