Html Css Color HEX #BF5DDC Medium Orchid

📋 copy color: '#BF5DDC'

red 191 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #BF5DDC

Tints of Medium Orchid #BF5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.45%

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

R = 37.9%
G = 18.45%
B = 43.65%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5DDC (or 0xBF5DDC) is known color: Medium Orchid. HEX triplet: BF, 5D and DC. RGB value is (191,93,220). Sum of RGB (Red+Green+Blue) = 191+93+220=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DDC is #40A223. Grayscale: #888888. Windows color (decimal): -4235812 or 14441919. OLE color: 14441919.

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

Color convert

RGB 191 93 220 -
CMYK 0.13 0.58 0 0.14
HSL 286.3º 0.64% 0.61% -
HSV(B) 286.3º 0.58% 0.86% -
XYZ 38.32 24.07 70.34 -
YUV 136.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 191 93 220 0.13 0.58 0 0.14 286.3 0.64 0.61
Hex BF 5D DC D 3A 0 E 11E 40 3D
Octal 277 135 334 15 72 0 16 436 100 75
Binary 10111111 1011101 11011100 1101 111010 0 1110 100011110 1000000 111101

Color Harmonies of #BF5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DDC

Black with #BF5DDC

Text Example


Text Example

White with #BF5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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