Html Css Color HEX #B948CC Medium Orchid

📋 copy color: '#B948CC'

red 185 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B948CC

Tints of Medium Orchid #B948CC

RGB

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

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

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

R = 40.13%
G = 15.62%
B = 44.25%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B948CC (or 0xB948CC) is known color: Medium Orchid. HEX triplet: B9, 48 and CC. RGB value is (185,72,204). Sum of RGB (Red+Green+Blue) = 185+72+204=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B948CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CC is #46B733. Grayscale: #787878. Windows color (decimal): -4634420 or 13387961. OLE color: 13387961.

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

Color convert

RGB 185 72 204 -
CMYK 0.09 0.65 0 0.2
HSL 291.36º 0.56% 0.54% -
HSV(B) 291.36º 0.65% 0.8% -
XYZ 33.22 19.31 59.1 -
YUV 120.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 185 72 204 0.09 0.65 0 0.2 291.36 0.56 0.54
Hex B9 48 CC 9 41 0 14 123 38 36
Octal 271 110 314 11 101 0 24 443 70 66
Binary 10111001 1001000 11001100 1001 1000001 0 10100 100100011 111000 110110

Color Harmonies of #B948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948CC

Black with #B948CC

Text Example


Text Example

White with #B948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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