Html Css Color HEX #BB71CA Medium Orchid

📋 copy color: '#BB71CA'

red 187 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #BB71CA

Tints of Medium Orchid #BB71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 37.25%
G = 22.51%
B = 40.24%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB71CA (or 0xBB71CA) is known color: Medium Orchid. HEX triplet: BB, 71 and CA. RGB value is (187,113,202). Sum of RGB (Red+Green+Blue) = 187+113+202=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71CA is #448E35. Grayscale: #909090. Windows color (decimal): -4492854 or 13267387. OLE color: 13267387.

HSL color Cylindrical-coordinate representation of color #BB71CA: hue angle of 289.89º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB71CA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 113 202 -
CMYK 0.07 0.44 0 0.21
HSL 289.89º 0.46% 0.62% -
HSV(B) 289.89º 0.44% 0.79% -
XYZ 37.06 26.64 59.07 -
YUV 145.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 187 113 202 0.07 0.44 0 0.21 289.89 0.46 0.62
Hex BB 71 CA 7 2C 0 15 122 2E 3E
Octal 273 161 312 7 54 0 25 442 56 76
Binary 10111011 1110001 11001010 111 101100 0 10101 100100010 101110 111110

Color Harmonies of #BB71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71CA

Black with #BB71CA

Text Example


Text Example

White with #BB71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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