Html Css Color HEX #BF5FEB Medium Orchid

📋 copy color: '#BF5FEB'

red 191 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #BF5FEB

Tints of Medium Orchid #BF5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 36.66%
G = 18.23%
B = 45.11%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF5FEB (or 0xBF5FEB) is known color: Medium Orchid. HEX triplet: BF, 5F and EB. RGB value is (191,95,235). Sum of RGB (Red+Green+Blue) = 191+95+235=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FEB is #40A014. Grayscale: #8B8B8B. Windows color (decimal): -4235285 or 15425471. OLE color: 15425471.

HSL color Cylindrical-coordinate representation of color #BF5FEB: hue angle of 281.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5FEB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 95 235 -
CMYK 0.19 0.60 0 0.08
HSL 281.14º 0.78% 0.65% -
HSV(B) 281.14º 0.6% 0.92% -
XYZ 40.57 25.26 81.33 -
YUV 139.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 191 95 235 0.19 0.60 0 0.08 281.14 0.78 0.65
Hex BF 5F EB 13 3C 0 8 119 4E 41
Octal 277 137 353 23 74 0 10 431 116 101
Binary 10111111 1011111 11101011 10011 111100 0 1000 100011001 1001110 1000001

Color Harmonies of #BF5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FEB

Black with #BF5FEB

Text Example


Text Example

White with #BF5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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