Html Css Color HEX #BF4FEB Medium Orchid

📋 copy color: '#BF4FEB'

red 191 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #BF4FEB

Tints of Medium Orchid #BF4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 37.82%
G = 15.64%
B = 46.53%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF4FEB (or 0xBF4FEB) is known color: Medium Orchid. HEX triplet: BF, 4F and EB. RGB value is (191,79,235). Sum of RGB (Red+Green+Blue) = 191+79+235=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FEB is #40B014. Grayscale: #818181. Windows color (decimal): -4239381 or 15421375. OLE color: 15421375.

HSL color Cylindrical-coordinate representation of color #BF4FEB: hue angle of 283.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4FEB is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 79 235 -
CMYK 0.19 0.66 0 0.08
HSL 283.08º 0.8% 0.62% -
HSV(B) 283.08º 0.66% 0.92% -
XYZ 39.28 22.67 80.9 -
YUV 130.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 191 79 235 0.19 0.66 0 0.08 283.08 0.8 0.62
Hex BF 4F EB 13 42 0 8 11B 50 3E
Octal 277 117 353 23 102 0 10 433 120 76
Binary 10111111 1001111 11101011 10011 1000010 0 1000 100011011 1010000 111110

Color Harmonies of #BF4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FEB

Black with #BF4FEB

Text Example


Text Example

White with #BF4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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