Html Css Color HEX #BF55E9 Medium Orchid

📋 copy color: '#BF55E9'

red 191 ◦ green 85 ◦ blue 233

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

Shades of Medium Orchid #BF55E9

Tints of Medium Orchid #BF55E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.78%

R = 37.52%
G = 16.7%
B = 45.78%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF55E9 (or 0xBF55E9) is known color: Medium Orchid. HEX triplet: BF, 55 and E9. RGB value is (191,85,233). Sum of RGB (Red+Green+Blue) = 191+85+233=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF55E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55E9 is #40AA16. Grayscale: #858585. Windows color (decimal): -4237847 or 15291839. OLE color: 15291839.

HSL color Cylindrical-coordinate representation of color #BF55E9: hue angle of 282.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF55E9 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 85 233 -
CMYK 0.18 0.64 0 0.09
HSL 282.97º 0.77% 0.62% -
HSV(B) 282.97º 0.64% 0.91% -
XYZ 39.44 23.46 79.54 -
YUV 133.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 191 85 233 0.18 0.64 0 0.09 282.97 0.77 0.62
Hex BF 55 E9 12 40 0 9 11B 4D 3E
Octal 277 125 351 22 100 0 11 433 115 76
Binary 10111111 1010101 11101001 10010 1000000 0 1001 100011011 1001101 111110

Color Harmonies of #BF55E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55E9

Black with #BF55E9

Text Example


Text Example

White with #BF55E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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