Html Css Color HEX #BF5BE0 Medium Orchid

📋 copy color: '#BF5BE0'

red 191 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #BF5BE0

Tints of Medium Orchid #BF5BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 37.75%
G = 17.98%
B = 44.27%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF5BE0 (or 0xBF5BE0) is known color: Medium Orchid. HEX triplet: BF, 5B and E0. RGB value is (191,91,224). Sum of RGB (Red+Green+Blue) = 191+91+224=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BE0 is #40A41F. Grayscale: #878787. Windows color (decimal): -4236320 or 14703551. OLE color: 14703551.

HSL color Cylindrical-coordinate representation of color #BF5BE0: hue angle of 285.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5BE0 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 91 224 -
CMYK 0.15 0.59 0 0.12
HSL 285.11º 0.68% 0.62% -
HSV(B) 285.11º 0.59% 0.88% -
XYZ 38.68 23.94 73.1 -
YUV 136.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 191 91 224 0.15 0.59 0 0.12 285.11 0.68 0.62
Hex BF 5B E0 F 3B 0 C 11D 44 3E
Octal 277 133 340 17 73 0 14 435 104 76
Binary 10111111 1011011 11100000 1111 111011 0 1100 100011101 1000100 111110

Color Harmonies of #BF5BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BE0

Black with #BF5BE0

Text Example


Text Example

White with #BF5BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BE0; }

 p { color: rgb(191,91,224); }

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

background-color css

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

 a { background-color: rgb(191,91,224); }

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

border-color css

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

 span { border-color: rgb(191,91,224); }

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