Html Css Color HEX #B948DC Medium Orchid

📋 copy color: '#B948DC'

red 185 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #B948DC

Tints of Medium Orchid #B948DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 38.78%
G = 15.09%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B948DC (or 0xB948DC) is known color: Medium Orchid. HEX triplet: B9, 48 and DC. RGB value is (185,72,220). Sum of RGB (Red+Green+Blue) = 185+72+220=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B948DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948DC is #46B723. Grayscale: #7A7A7A. Windows color (decimal): -4634404 or 14436537. OLE color: 14436537.

HSL color Cylindrical-coordinate representation of color #B948DC: hue angle of 285.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B948DC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 72 220 -
CMYK 0.16 0.67 0 0.14
HSL 285.81º 0.68% 0.57% -
HSV(B) 285.81º 0.67% 0.86% -
XYZ 35.24 20.12 69.74 -
YUV 122.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 185 72 220 0.16 0.67 0 0.14 285.81 0.68 0.57
Hex B9 48 DC 10 43 0 E 11E 44 39
Octal 271 110 334 20 103 0 16 436 104 71
Binary 10111001 1001000 11011100 10000 1000011 0 1110 100011110 1000100 111001

Color Harmonies of #B948DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948DC

Black with #B948DC

Text Example


Text Example

White with #B948DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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