Html Css Color HEX #BF55D8 Medium Orchid

📋 copy color: '#BF55D8'

red 191 ◦ green 85 ◦ blue 216

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

Shades of Medium Orchid #BF55D8

Tints of Medium Orchid #BF55D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 38.82%
G = 17.28%
B = 43.9%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF55D8 (or 0xBF55D8) is known color: Medium Orchid. HEX triplet: BF, 55 and D8. RGB value is (191,85,216). Sum of RGB (Red+Green+Blue) = 191+85+216=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF55D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55D8 is #40AA27. Grayscale: #838383. Windows color (decimal): -4237864 or 14177727. OLE color: 14177727.

HSL color Cylindrical-coordinate representation of color #BF55D8: hue angle of 288.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF55D8 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 85 216 -
CMYK 0.12 0.61 0 0.15
HSL 288.55º 0.63% 0.59% -
HSV(B) 288.55º 0.61% 0.85% -
XYZ 37.13 22.53 67.36 -
YUV 131.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 191 85 216 0.12 0.61 0 0.15 288.55 0.63 0.59
Hex BF 55 D8 C 3D 0 F 121 3F 3B
Octal 277 125 330 14 75 0 17 441 77 73
Binary 10111111 1010101 11011000 1100 111101 0 1111 100100001 111111 111011

Color Harmonies of #BF55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55D8

Black with #BF55D8

Text Example


Text Example

White with #BF55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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