Html Css Color HEX #BF55EE Medium Orchid

📋 copy color: '#BF55EE'

red 191 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #BF55EE

Tints of Medium Orchid #BF55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.54%

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

R = 37.16%
G = 16.54%
B = 46.3%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF55EE (or 0xBF55EE) is known color: Medium Orchid. HEX triplet: BF, 55 and EE. RGB value is (191,85,238). Sum of RGB (Red+Green+Blue) = 191+85+238=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55EE is #40AA11. Grayscale: #858585. Windows color (decimal): -4237842 or 15619519. OLE color: 15619519.

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

Color convert

RGB 191 85 238 -
CMYK 0.20 0.64 0 0.07
HSL 281.57º 0.82% 0.63% -
HSV(B) 281.57º 0.64% 0.93% -
XYZ 40.17 23.75 83.36 -
YUV 134.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 191 85 238 0.20 0.64 0 0.07 281.57 0.82 0.63
Hex BF 55 EE 14 40 0 7 11A 52 3F
Octal 277 125 356 24 100 0 7 432 122 77
Binary 10111111 1010101 11101110 10100 1000000 0 111 100011010 1010010 111111

Color Harmonies of #BF55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55EE

Black with #BF55EE

Text Example


Text Example

White with #BF55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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