Html Css Color HEX #BF55D7 Medium Orchid

📋 copy color: '#BF55D7'

red 191 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #BF55D7

Tints of Medium Orchid #BF55D7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.31%

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 38.9%
G = 17.31%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF55D7 (or 0xBF55D7) is known color: Medium Orchid. HEX triplet: BF, 55 and D7. RGB value is (191,85,215). Sum of RGB (Red+Green+Blue) = 191+85+215=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55D7 is #40AA28. Grayscale: #838383. Windows color (decimal): -4237865 or 14112191. OLE color: 14112191.

HSL color Cylindrical-coordinate representation of color #BF55D7: hue angle of 288.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF55D7 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 85 215 -
CMYK 0.11 0.60 0 0.16
HSL 288.92º 0.62% 0.59% -
HSV(B) 288.92º 0.6% 0.84% -
XYZ 37 22.48 66.68 -
YUV 131.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 191 85 215 0.11 0.60 0 0.16 288.92 0.62 0.59
Hex BF 55 D7 B 3C 0 10 121 3E 3B
Octal 277 125 327 13 74 0 20 441 76 73
Binary 10111111 1010101 11010111 1011 111100 0 10000 100100001 111110 111011

Color Harmonies of #BF55D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55D7

Black with #BF55D7

Text Example


Text Example

White with #BF55D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55D7; }

 p { color: rgb(191,85,215); }

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

background-color css

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

 a { background-color: rgb(191,85,215); }

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

border-color css

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

 span { border-color: rgb(191,85,215); }

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