Html Css Color HEX #BF2FEB Medium Orchid

📋 copy color: '#BF2FEB'

red 191 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #BF2FEB

Tints of Medium Orchid #BF2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.94%

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

R = 40.38%
G = 9.94%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF2FEB (or 0xBF2FEB) is known color: Medium Orchid. HEX triplet: BF, 2F and EB. RGB value is (191,47,235). Sum of RGB (Red+Green+Blue) = 191+47+235=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FEB is #40D014. Grayscale: #6E6E6E. Windows color (decimal): -4247573 or 15413183. OLE color: 15413183.

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

Color convert

RGB 191 47 235 -
CMYK 0.19 0.8 0 0.08
HSL 285.96º 0.82% 0.55% -
HSV(B) 285.96º 0.8% 0.92% -
XYZ 37.5 19.11 80.31 -
YUV 111.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 191 47 235 0.19 0.8 0 0.08 285.96 0.82 0.55
Hex BF 2F EB 13 50 0 8 11E 52 37
Octal 277 57 353 23 120 0 10 436 122 67
Binary 10111111 101111 11101011 10011 1010000 0 1000 100011110 1010010 110111

Color Harmonies of #BF2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FEB

Black with #BF2FEB

Text Example


Text Example

White with #BF2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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