Html Css Color HEX #B848CD Medium Orchid

📋 copy color: '#B848CD'

red 184 ◦ green 72 ◦ blue 205

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

Shades of Medium Orchid #B848CD

Tints of Medium Orchid #B848CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 39.91%
G = 15.62%
B = 44.47%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B848CD (or 0xB848CD) is known color: Medium Orchid. HEX triplet: B8, 48 and CD. RGB value is (184,72,205). Sum of RGB (Red+Green+Blue) = 184+72+205=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B848CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CD is #47B732. Grayscale: #787878. Windows color (decimal): -4699955 or 13453496. OLE color: 13453496.

HSL color Cylindrical-coordinate representation of color #B848CD: hue angle of 290.53º degrees, saturation: 0.57, 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 #B848CD is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 72 205 -
CMYK 0.10 0.65 0 0.20
HSL 290.53º 0.57% 0.54% -
HSV(B) 290.53º 0.65% 0.8% -
XYZ 33.1 19.23 59.73 -
YUV 120.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 184 72 205 0.10 0.65 0 0.20 290.53 0.57 0.54
Hex B8 48 CD A 41 0 14 123 39 36
Octal 270 110 315 12 101 0 24 443 71 66
Binary 10111000 1001000 11001101 1010 1000001 0 10100 100100011 111001 110110

Color Harmonies of #B848CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848CD

Black with #B848CD

Text Example


Text Example

White with #B848CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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