Html Css Color HEX #BB71E9 Medium Orchid

📋 copy color: '#BB71E9'

red 187 ◦ green 113 ◦ blue 233

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

Shades of Medium Orchid #BB71E9

Tints of Medium Orchid #BB71E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 35.08%
G = 21.2%
B = 43.71%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB71E9 (or 0xBB71E9) is known color: Medium Orchid. HEX triplet: BB, 71 and E9. RGB value is (187,113,233). Sum of RGB (Red+Green+Blue) = 187+113+233=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71E9 is #448E16. Grayscale: #949494. Windows color (decimal): -4492823 or 15299003. OLE color: 15299003.

HSL color Cylindrical-coordinate representation of color #BB71E9: hue angle of 277º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB71E9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 113 233 -
CMYK 0.20 0.52 0 0.09
HSL 277º 0.73% 0.68% -
HSV(B) 277º 0.52% 0.91% -
XYZ 41.11 28.26 80.38 -
YUV 148.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 187 113 233 0.20 0.52 0 0.09 277 0.73 0.68
Hex BB 71 E9 14 34 0 9 115 49 44
Octal 273 161 351 24 64 0 11 425 111 104
Binary 10111011 1110001 11101001 10100 110100 0 1001 100010101 1001001 1000100

Color Harmonies of #BB71E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71E9

Black with #BB71E9

Text Example


Text Example

White with #BB71E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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