Html Css Color HEX #BF5BDC Medium Orchid

📋 copy color: '#BF5BDC'

red 191 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #BF5BDC

Tints of Medium Orchid #BF5BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 38.05%
G = 18.13%
B = 43.82%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5BDC (or 0xBF5BDC) is known color: Medium Orchid. HEX triplet: BF, 5B and DC. RGB value is (191,91,220). Sum of RGB (Red+Green+Blue) = 191+91+220=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BDC is #40A423. Grayscale: #878787. Windows color (decimal): -4236324 or 14441407. OLE color: 14441407.

HSL color Cylindrical-coordinate representation of color #BF5BDC: hue angle of 286.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5BDC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 91 220 -
CMYK 0.13 0.59 0 0.14
HSL 286.51º 0.65% 0.61% -
HSV(B) 286.51º 0.59% 0.86% -
XYZ 38.15 23.73 70.28 -
YUV 135.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 191 91 220 0.13 0.59 0 0.14 286.51 0.65 0.61
Hex BF 5B DC D 3B 0 E 11F 41 3D
Octal 277 133 334 15 73 0 16 437 101 75
Binary 10111111 1011011 11011100 1101 111011 0 1110 100011111 1000001 111101

Color Harmonies of #BF5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BDC

Black with #BF5BDC

Text Example


Text Example

White with #BF5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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