Html Css Color HEX #BF5BED Medium Orchid

📋 copy color: '#BF5BED'

red 191 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #BF5BED

Tints of Medium Orchid #BF5BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 36.8%
G = 17.53%
B = 45.66%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF5BED (or 0xBF5BED) is known color: Medium Orchid. HEX triplet: BF, 5B and ED. RGB value is (191,91,237). Sum of RGB (Red+Green+Blue) = 191+91+237=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BED is #40A412. Grayscale: #898989. Windows color (decimal): -4236307 or 15555519. OLE color: 15555519.

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

Color convert

RGB 191 91 237 -
CMYK 0.19 0.62 0 0.07
HSL 281.1º 0.8% 0.64% -
HSV(B) 281.1º 0.62% 0.93% -
XYZ 40.51 24.67 82.75 -
YUV 137.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 191 91 237 0.19 0.62 0 0.07 281.1 0.8 0.64
Hex BF 5B ED 13 3E 0 7 119 50 40
Octal 277 133 355 23 76 0 7 431 120 100
Binary 10111111 1011011 11101101 10011 111110 0 111 100011001 1010000 1000000

Color Harmonies of #BF5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BED

Black with #BF5BED

Text Example


Text Example

White with #BF5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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