Html Css Color HEX #B850C8 Medium Orchid

📋 copy color: '#B850C8'

red 184 ◦ green 80 ◦ blue 200

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

Shades of Medium Orchid #B850C8

Tints of Medium Orchid #B850C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 39.66%
G = 17.24%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B850C8 (or 0xB850C8) is known color: Medium Orchid. HEX triplet: B8, 50 and C8. RGB value is (184,80,200). Sum of RGB (Red+Green+Blue) = 184+80+200=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B850C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850C8 is #47AF37. Grayscale: #7C7C7C. Windows color (decimal): -4697912 or 13127864. OLE color: 13127864.

HSL color Cylindrical-coordinate representation of color #B850C8: hue angle of 292º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B850C8 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 80 200 -
CMYK 0.08 0.6 0 0.22
HSL 292º 0.52% 0.55% -
HSV(B) 292º 0.6% 0.78% -
XYZ 33.06 20.1 56.78 -
YUV 124.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 184 80 200 0.08 0.6 0 0.22 292 0.52 0.55
Hex B8 50 C8 8 3C 0 16 124 34 37
Octal 270 120 310 10 74 0 26 444 64 67
Binary 10111000 1010000 11001000 1000 111100 0 10110 100100100 110100 110111

Color Harmonies of #B850C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850C8

Black with #B850C8

Text Example


Text Example

White with #B850C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850C8; }

 p { color: rgb(184,80,200); }

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

background-color css

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

 a { background-color: rgb(184,80,200); }

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

border-color css

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

 span { border-color: rgb(184,80,200); }

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