Html Css Color HEX #B948CD Medium Orchid

📋 copy color: '#B948CD'

red 185 ◦ green 72 ◦ blue 205

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

Shades of Medium Orchid #B948CD

Tints of Medium Orchid #B948CD

RGB

 RED value IS 185 (72.66% from 255) = 40.04%

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

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

R = 40.04%
G = 15.58%
B = 44.37%

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

#B948CD (or 0xB948CD) is known color: Medium Orchid. HEX triplet: B9, 48 and CD. RGB value is (185,72,205). Sum of RGB (Red+Green+Blue) = 185+72+205=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B948CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CD is #46B732. Grayscale: #787878. Windows color (decimal): -4634419 or 13453497. OLE color: 13453497.

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

Color convert

RGB 185 72 205 -
CMYK 0.10 0.65 0 0.20
HSL 290.98º 0.57% 0.54% -
HSV(B) 290.98º 0.65% 0.8% -
XYZ 33.34 19.36 59.74 -
YUV 120.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 185 72 205 0.10 0.65 0 0.20 290.98 0.57 0.54
Hex B9 48 CD A 41 0 14 123 39 36
Octal 271 110 315 12 101 0 24 443 71 66
Binary 10111001 1001000 11001101 1010 1000001 0 10100 100100011 111001 110110

Color Harmonies of #B948CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948CD

Black with #B948CD

Text Example


Text Example

White with #B948CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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