Html Css Color HEX #B848CC Medium Orchid

📋 copy color: '#B848CC'

red 184 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B848CC

Tints of Medium Orchid #B848CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 40%
G = 15.65%
B = 44.35%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B848CC (or 0xB848CC) is known color: Medium Orchid. HEX triplet: B8, 48 and CC. RGB value is (184,72,204). Sum of RGB (Red+Green+Blue) = 184+72+204=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B848CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CC is #47B733. Grayscale: #787878. Windows color (decimal): -4699956 or 13387960. OLE color: 13387960.

HSL color Cylindrical-coordinate representation of color #B848CC: hue angle of 290.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B848CC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 72 204 -
CMYK 0.10 0.65 0 0.2
HSL 290.91º 0.56% 0.54% -
HSV(B) 290.91º 0.65% 0.8% -
XYZ 32.98 19.18 59.09 -
YUV 120.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 184 72 204 0.10 0.65 0 0.2 290.91 0.56 0.54
Hex B8 48 CC A 41 0 14 123 38 36
Octal 270 110 314 12 101 0 24 443 70 66
Binary 10111000 1001000 11001100 1010 1000001 0 10100 100100011 111000 110110

Color Harmonies of #B848CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848CC

Black with #B848CC

Text Example


Text Example

White with #B848CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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