Html Css Color HEX #BB70E7 Medium Orchid

📋 copy color: '#BB70E7'

red 187 ◦ green 112 ◦ blue 231

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

Shades of Medium Orchid #BB70E7

Tints of Medium Orchid #BB70E7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 35.28%
G = 21.13%
B = 43.58%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB70E7 (or 0xBB70E7) is known color: Medium Orchid. HEX triplet: BB, 70 and E7. RGB value is (187,112,231). Sum of RGB (Red+Green+Blue) = 187+112+231=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70E7 is #448F18. Grayscale: #939393. Windows color (decimal): -4493081 or 15167675. OLE color: 15167675.

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

Color convert

RGB 187 112 231 -
CMYK 0.19 0.52 0 0.09
HSL 277.82º 0.71% 0.67% -
HSV(B) 277.82º 0.52% 0.91% -
XYZ 40.71 27.92 78.85 -
YUV 147.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 187 112 231 0.19 0.52 0 0.09 277.82 0.71 0.67
Hex BB 70 E7 13 34 0 9 116 47 43
Octal 273 160 347 23 64 0 11 426 107 103
Binary 10111011 1110000 11100111 10011 110100 0 1001 100010110 1000111 1000011

Color Harmonies of #BB70E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70E7

Black with #BB70E7

Text Example


Text Example

White with #BB70E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70E7; }

 p { color: rgb(187,112,231); }

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

background-color css

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

 a { background-color: rgb(187,112,231); }

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

border-color css

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

 span { border-color: rgb(187,112,231); }

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