Html Css Color HEX #BF28D6 Dark Orchid

📋 copy color: '#BF28D6'

red 191 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #BF28D6

Tints of Dark Orchid #BF28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 42.92%
G = 8.99%
B = 48.09%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF28D6 (or 0xBF28D6) is known color: Dark Orchid. HEX triplet: BF, 28 and D6. RGB value is (191,40,214). Sum of RGB (Red+Green+Blue) = 191+40+214=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28D6 is #40D729. Grayscale: #686868. Windows color (decimal): -4249386 or 14035135. OLE color: 14035135.

HSL color Cylindrical-coordinate representation of color #BF28D6: hue angle of 292.07º 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 #BF28D6 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 40 214 -
CMYK 0.11 0.81 0 0.16
HSL 292.07º 0.69% 0.5% -
HSV(B) 292.07º 0.81% 0.84% -
XYZ 34.38 17.45 65.17 -
YUV 104.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 191 40 214 0.11 0.81 0 0.16 292.07 0.69 0.5
Hex BF 28 D6 B 51 0 10 124 45 32
Octal 277 50 326 13 121 0 20 444 105 62
Binary 10111111 101000 11010110 1011 1010001 0 10000 100100100 1000101 110010

Color Harmonies of #BF28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28D6

Black with #BF28D6

Text Example


Text Example

White with #BF28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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