Html Css Color HEX #BB71EC Medium Orchid

📋 copy color: '#BB71EC'

red 187 ◦ green 113 ◦ blue 236

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

Shades of Medium Orchid #BB71EC

Tints of Medium Orchid #BB71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 34.89%
G = 21.08%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB71EC (or 0xBB71EC) is known color: Medium Orchid. HEX triplet: BB, 71 and EC. RGB value is (187,113,236). Sum of RGB (Red+Green+Blue) = 187+113+236=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71EC is #448E13. Grayscale: #949494. Windows color (decimal): -4492820 or 15495611. OLE color: 15495611.

HSL color Cylindrical-coordinate representation of color #BB71EC: hue angle of 276.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB71EC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 113 236 -
CMYK 0.21 0.52 0 0.07
HSL 276.1º 0.76% 0.68% -
HSV(B) 276.1º 0.52% 0.93% -
XYZ 41.54 28.43 82.66 -
YUV 149.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 187 113 236 0.21 0.52 0 0.07 276.1 0.76 0.68
Hex BB 71 EC 15 34 0 7 114 4C 44
Octal 273 161 354 25 64 0 7 424 114 104
Binary 10111011 1110001 11101100 10101 110100 0 111 100010100 1001100 1000100

Color Harmonies of #BB71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71EC

Black with #BB71EC

Text Example


Text Example

White with #BB71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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