Html Css Color HEX #B948DD Medium Orchid

📋 copy color: '#B948DD'

red 185 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #B948DD

Tints of Medium Orchid #B948DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 38.7%
G = 15.06%
B = 46.23%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B948DD (or 0xB948DD) is known color: Medium Orchid. HEX triplet: B9, 48 and DD. RGB value is (185,72,221). Sum of RGB (Red+Green+Blue) = 185+72+221=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B948DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948DD is #46B722. Grayscale: #7A7A7A. Windows color (decimal): -4634403 or 14502073. OLE color: 14502073.

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

Color convert

RGB 185 72 221 -
CMYK 0.16 0.67 0 0.13
HSL 285.5º 0.69% 0.57% -
HSV(B) 285.5º 0.67% 0.87% -
XYZ 35.38 20.17 70.44 -
YUV 122.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 185 72 221 0.16 0.67 0 0.13 285.5 0.69 0.57
Hex B9 48 DD 10 43 0 D 11E 45 39
Octal 271 110 335 20 103 0 15 436 105 71
Binary 10111001 1001000 11011101 10000 1000011 0 1101 100011110 1000101 111001

Color Harmonies of #B948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948DD

Black with #B948DD

Text Example


Text Example

White with #B948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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