Html Css Color HEX #BF5FDC Medium Orchid

📋 copy color: '#BF5FDC'

red 191 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #BF5FDC

Tints of Medium Orchid #BF5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.77%

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

R = 37.75%
G = 18.77%
B = 43.48%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5FDC (or 0xBF5FDC) is known color: Medium Orchid. HEX triplet: BF, 5F and DC. RGB value is (191,95,220). Sum of RGB (Red+Green+Blue) = 191+95+220=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FDC is #40A023. Grayscale: #898989. Windows color (decimal): -4235300 or 14442431. OLE color: 14442431.

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

Color convert

RGB 191 95 220 -
CMYK 0.13 0.57 0 0.14
HSL 286.08º 0.64% 0.62% -
HSV(B) 286.08º 0.57% 0.86% -
XYZ 38.5 24.43 70.4 -
YUV 137.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 191 95 220 0.13 0.57 0 0.14 286.08 0.64 0.62
Hex BF 5F DC D 39 0 E 11E 40 3E
Octal 277 137 334 15 71 0 16 436 100 76
Binary 10111111 1011111 11011100 1101 111001 0 1110 100011110 1000000 111110

Color Harmonies of #BF5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FDC

Black with #BF5FDC

Text Example


Text Example

White with #BF5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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