Html Css Color HEX #BF5FE4 Medium Orchid

📋 copy color: '#BF5FE4'

red 191 ◦ green 95 ◦ blue 228

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

Shades of Medium Orchid #BF5FE4

Tints of Medium Orchid #BF5FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

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

R = 37.16%
G = 18.48%
B = 44.36%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF5FE4 (or 0xBF5FE4) is known color: Medium Orchid. HEX triplet: BF, 5F and E4. RGB value is (191,95,228). Sum of RGB (Red+Green+Blue) = 191+95+228=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF5FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FE4 is #40A01B. Grayscale: #8A8A8A. Windows color (decimal): -4235292 or 14966719. OLE color: 14966719.

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

Color convert

RGB 191 95 228 -
CMYK 0.16 0.58 0 0.11
HSL 283.31º 0.71% 0.63% -
HSV(B) 283.31º 0.58% 0.89% -
XYZ 39.58 24.86 76.11 -
YUV 138.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 191 95 228 0.16 0.58 0 0.11 283.31 0.71 0.63
Hex BF 5F E4 10 3A 0 B 11B 47 3F
Octal 277 137 344 20 72 0 13 433 107 77
Binary 10111111 1011111 11100100 10000 111010 0 1011 100011011 1000111 111111

Color Harmonies of #BF5FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FE4

Black with #BF5FE4

Text Example


Text Example

White with #BF5FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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