Html Css Color HEX #BF5EEE Medium Orchid

📋 copy color: '#BF5EEE'

red 191 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #BF5EEE

Tints of Medium Orchid #BF5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.97%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 36.52%
G = 17.97%
B = 45.51%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF5EEE (or 0xBF5EEE) is known color: Medium Orchid. HEX triplet: BF, 5E and EE. RGB value is (191,94,238). Sum of RGB (Red+Green+Blue) = 191+94+238=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EEE is #40A111. Grayscale: #8A8A8A. Windows color (decimal): -4235538 or 15621823. OLE color: 15621823.

HSL color Cylindrical-coordinate representation of color #BF5EEE: hue angle of 280.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5EEE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 94 238 -
CMYK 0.20 0.61 0 0.07
HSL 280.42º 0.81% 0.65% -
HSV(B) 280.42º 0.61% 0.93% -
XYZ 40.92 25.25 83.61 -
YUV 139.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 191 94 238 0.20 0.61 0 0.07 280.42 0.81 0.65
Hex BF 5E EE 14 3D 0 7 118 51 41
Octal 277 136 356 24 75 0 7 430 121 101
Binary 10111111 1011110 11101110 10100 111101 0 111 100011000 1010001 1000001

Color Harmonies of #BF5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EEE

Black with #BF5EEE

Text Example


Text Example

White with #BF5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EEE; }

 p { color: rgb(191,94,238); }

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

background-color css

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

 a { background-color: rgb(191,94,238); }

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

border-color css

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

 span { border-color: rgb(191,94,238); }

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