Html Css Color HEX #BF5FE0 Medium Orchid

📋 copy color: '#BF5FE0'

red 191 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #BF5FE0

Tints of Medium Orchid #BF5FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 37.45%
G = 18.63%
B = 43.92%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF5FE0 (or 0xBF5FE0) is known color: Medium Orchid. HEX triplet: BF, 5F and E0. RGB value is (191,95,224). Sum of RGB (Red+Green+Blue) = 191+95+224=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FE0 is #40A01F. Grayscale: #898989. Windows color (decimal): -4235296 or 14704575. OLE color: 14704575.

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

Color convert

RGB 191 95 224 -
CMYK 0.15 0.58 0 0.12
HSL 284.65º 0.68% 0.63% -
HSV(B) 284.65º 0.58% 0.88% -
XYZ 39.03 24.64 73.22 -
YUV 138.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 191 95 224 0.15 0.58 0 0.12 284.65 0.68 0.63
Hex BF 5F E0 F 3A 0 C 11D 44 3F
Octal 277 137 340 17 72 0 14 435 104 77
Binary 10111111 1011111 11100000 1111 111010 0 1100 100011101 1000100 111111

Color Harmonies of #BF5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FE0

Black with #BF5FE0

Text Example


Text Example

White with #BF5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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