Html Css Color HEX #BF4BEF Medium Orchid

📋 copy color: '#BF4BEF'

red 191 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #BF4BEF

Tints of Medium Orchid #BF4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 37.82%
G = 14.85%
B = 47.33%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF4BEF (or 0xBF4BEF) is known color: Medium Orchid. HEX triplet: BF, 4B and EF. RGB value is (191,75,239). Sum of RGB (Red+Green+Blue) = 191+75+239=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BEF is #40B410. Grayscale: #7F7F7F. Windows color (decimal): -4240401 or 15682495. OLE color: 15682495.

HSL color Cylindrical-coordinate representation of color #BF4BEF: hue angle of 282.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4BEF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 75 239 -
CMYK 0.20 0.69 0 0.06
HSL 282.44º 0.84% 0.62% -
HSV(B) 282.44º 0.69% 0.94% -
XYZ 39.58 22.34 83.89 -
YUV 128.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 191 75 239 0.20 0.69 0 0.06 282.44 0.84 0.62
Hex BF 4B EF 14 45 0 6 11A 54 3E
Octal 277 113 357 24 105 0 6 432 124 76
Binary 10111111 1001011 11101111 10100 1000101 0 110 100011010 1010100 111110

Color Harmonies of #BF4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BEF

Black with #BF4BEF

Text Example


Text Example

White with #BF4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BEF; }

 p { color: rgb(191,75,239); }

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

background-color css

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

 a { background-color: rgb(191,75,239); }

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

border-color css

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

 span { border-color: rgb(191,75,239); }

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