Html Css Color HEX #B870E0 Medium Orchid

📋 copy color: '#B870E0'

red 184 ◦ green 112 ◦ blue 224

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

Shades of Medium Orchid #B870E0

Tints of Medium Orchid #B870E0

RGB

 RED value IS 184 (72.27% from 255) = 35.38%

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 35.38%
G = 21.54%
B = 43.08%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B870E0 (or 0xB870E0) is known color: Medium Orchid. HEX triplet: B8, 70 and E0. RGB value is (184,112,224). Sum of RGB (Red+Green+Blue) = 184+112+224=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #B870E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870E0 is #478F1F. Grayscale: #919191. Windows color (decimal): -4689696 or 14708920. OLE color: 14708920.

HSL color Cylindrical-coordinate representation of color #B870E0: hue angle of 278.57º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B870E0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 112 224 -
CMYK 0.18 0.50 0 0.12
HSL 278.57º 0.64% 0.66% -
HSV(B) 278.57º 0.5% 0.88% -
XYZ 39.02 27.16 73.71 -
YUV 146.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 184 112 224 0.18 0.50 0 0.12 278.57 0.64 0.66
Hex B8 70 E0 12 32 0 C 117 40 42
Octal 270 160 340 22 62 0 14 427 100 102
Binary 10111000 1110000 11100000 10010 110010 0 1100 100010111 1000000 1000010

Color Harmonies of #B870E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870E0

Black with #B870E0

Text Example


Text Example

White with #B870E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870E0; }

 p { color: rgb(184,112,224); }

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

background-color css

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

 a { background-color: rgb(184,112,224); }

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

border-color css

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

 span { border-color: rgb(184,112,224); }

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