Html Css Color HEX #BB70EE Medium Orchid

📋 copy color: '#BB70EE'

red 187 ◦ green 112 ◦ blue 238

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

Shades of Medium Orchid #BB70EE

Tints of Medium Orchid #BB70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 34.82%
G = 20.86%
B = 44.32%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB70EE (or 0xBB70EE) is known color: Medium Orchid. HEX triplet: BB, 70 and EE. RGB value is (187,112,238). Sum of RGB (Red+Green+Blue) = 187+112+238=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70EE is #448F11. Grayscale: #949494. Windows color (decimal): -4493074 or 15626427. OLE color: 15626427.

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

Color convert

RGB 187 112 238 -
CMYK 0.21 0.53 0 0.07
HSL 275.71º 0.79% 0.69% -
HSV(B) 275.71º 0.53% 0.93% -
XYZ 41.72 28.33 84.16 -
YUV 148.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 187 112 238 0.21 0.53 0 0.07 275.71 0.79 0.69
Hex BB 70 EE 15 35 0 7 114 4F 45
Octal 273 160 356 25 65 0 7 424 117 105
Binary 10111011 1110000 11101110 10101 110101 0 111 100010100 1001111 1000101

Color Harmonies of #BB70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70EE

Black with #BB70EE

Text Example


Text Example

White with #BB70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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