Html Css Color HEX #BF55DD Medium Orchid

📋 copy color: '#BF55DD'

red 191 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #BF55DD

Tints of Medium Orchid #BF55DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 38.43%
G = 17.1%
B = 44.47%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF55DD (or 0xBF55DD) is known color: Medium Orchid. HEX triplet: BF, 55 and DD. RGB value is (191,85,221). Sum of RGB (Red+Green+Blue) = 191+85+221=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55DD is #40AA22. Grayscale: #838383. Windows color (decimal): -4237859 or 14505407. OLE color: 14505407.

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

Color convert

RGB 191 85 221 -
CMYK 0.14 0.62 0 0.13
HSL 286.76º 0.67% 0.6% -
HSV(B) 286.76º 0.62% 0.87% -
XYZ 37.79 22.79 70.81 -
YUV 132.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 191 85 221 0.14 0.62 0 0.13 286.76 0.67 0.6
Hex BF 55 DD E 3E 0 D 11F 43 3C
Octal 277 125 335 16 76 0 15 437 103 74
Binary 10111111 1010101 11011101 1110 111110 0 1101 100011111 1000011 111100

Color Harmonies of #BF55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55DD

Black with #BF55DD

Text Example


Text Example

White with #BF55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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