Html Css Color HEX #B870CF Medium Orchid

📋 copy color: '#B870CF'

red 184 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B870CF

Tints of Medium Orchid #B870CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 36.58%
G = 22.27%
B = 41.15%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B870CF (or 0xB870CF) is known color: Medium Orchid. HEX triplet: B8, 70 and CF. RGB value is (184,112,207). Sum of RGB (Red+Green+Blue) = 184+112+207=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #B870CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CF is #478F30. Grayscale: #909090. Windows color (decimal): -4689713 or 13594808. OLE color: 13594808.

HSL color Cylindrical-coordinate representation of color #B870CF: hue angle of 285.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B870CF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 112 207 -
CMYK 0.11 0.46 0 0.19
HSL 285.47º 0.5% 0.63% -
HSV(B) 285.47º 0.46% 0.81% -
XYZ 36.82 26.28 62.16 -
YUV 144.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 184 112 207 0.11 0.46 0 0.19 285.47 0.5 0.63
Hex B8 70 CF B 2E 0 13 11D 32 3F
Octal 270 160 317 13 56 0 23 435 62 77
Binary 10111000 1110000 11001111 1011 101110 0 10011 100011101 110010 111111

Color Harmonies of #B870CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870CF

Black with #B870CF

Text Example


Text Example

White with #B870CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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