Html Css Color HEX #BB71D0 Medium Orchid

📋 copy color: '#BB71D0'

red 187 ◦ green 113 ◦ blue 208

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

Shades of Medium Orchid #BB71D0

Tints of Medium Orchid #BB71D0

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

 GREEN value IS 113 (44.53% from 255) = 22.24%

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 36.81%
G = 22.24%
B = 40.94%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB71D0 (or 0xBB71D0) is known color: Medium Orchid. HEX triplet: BB, 71 and D0. RGB value is (187,113,208). Sum of RGB (Red+Green+Blue) = 187+113+208=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71D0 is #448E2F. Grayscale: #919191. Windows color (decimal): -4492848 or 13660603. OLE color: 13660603.

HSL color Cylindrical-coordinate representation of color #BB71D0: hue angle of 286.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB71D0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 113 208 -
CMYK 0.10 0.46 0 0.18
HSL 286.74º 0.5% 0.63% -
HSV(B) 286.74º 0.46% 0.82% -
XYZ 37.78 26.93 62.88 -
YUV 145.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 187 113 208 0.10 0.46 0 0.18 286.74 0.5 0.63
Hex BB 71 D0 A 2E 0 12 11F 32 3F
Octal 273 161 320 12 56 0 22 437 62 77
Binary 10111011 1110001 11010000 1010 101110 0 10010 100011111 110010 111111

Color Harmonies of #BB71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71D0

Black with #BB71D0

Text Example


Text Example

White with #BB71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71D0; }

 p { color: rgb(187,113,208); }

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

background-color css

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

 a { background-color: rgb(187,113,208); }

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

border-color css

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

 span { border-color: rgb(187,113,208); }

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