Html Css Color HEX #B848C9 Medium Orchid

📋 copy color: '#B848C9'

red 184 ◦ green 72 ◦ blue 201

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

Shades of Medium Orchid #B848C9

Tints of Medium Orchid #B848C9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 40.26%
G = 15.75%
B = 43.98%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B848C9 (or 0xB848C9) is known color: Medium Orchid. HEX triplet: B8, 48 and C9. RGB value is (184,72,201). Sum of RGB (Red+Green+Blue) = 184+72+201=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #B848C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848C9 is #47B736. Grayscale: #777777. Windows color (decimal): -4699959 or 13191352. OLE color: 13191352.

HSL color Cylindrical-coordinate representation of color #B848C9: hue angle of 292.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B848C9 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 72 201 -
CMYK 0.08 0.64 0 0.21
HSL 292.09º 0.54% 0.54% -
HSV(B) 292.09º 0.64% 0.79% -
XYZ 32.63 19.04 57.21 -
YUV 120.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 184 72 201 0.08 0.64 0 0.21 292.09 0.54 0.54
Hex B8 48 C9 8 40 0 15 124 36 36
Octal 270 110 311 10 100 0 25 444 66 66
Binary 10111000 1001000 11001001 1000 1000000 0 10101 100100100 110110 110110

Color Harmonies of #B848C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848C9

Black with #B848C9

Text Example


Text Example

White with #B848C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848C9; }

 p { color: rgb(184,72,201); }

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

background-color css

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

 a { background-color: rgb(184,72,201); }

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

border-color css

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

 span { border-color: rgb(184,72,201); }

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