Html Css Color HEX #BF4EEF Medium Orchid

📋 copy color: '#BF4EEF'

red 191 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #BF4EEF

Tints of Medium Orchid #BF4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

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

R = 37.6%
G = 15.35%
B = 47.05%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF4EEF (or 0xBF4EEF) is known color: Medium Orchid. HEX triplet: BF, 4E and EF. RGB value is (191,78,239). Sum of RGB (Red+Green+Blue) = 191+78+239=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EEF is #40B110. Grayscale: #818181. Windows color (decimal): -4239633 or 15683263. OLE color: 15683263.

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

Color convert

RGB 191 78 239 -
CMYK 0.20 0.67 0 0.06
HSL 282.11º 0.83% 0.62% -
HSV(B) 282.11º 0.67% 0.94% -
XYZ 39.79 22.76 83.96 -
YUV 130.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 191 78 239 0.20 0.67 0 0.06 282.11 0.83 0.62
Hex BF 4E EF 14 43 0 6 11A 53 3E
Octal 277 116 357 24 103 0 6 432 123 76
Binary 10111111 1001110 11101111 10100 1000011 0 110 100011010 1010011 111110

Color Harmonies of #BF4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EEF

Black with #BF4EEF

Text Example


Text Example

White with #BF4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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