Html Css Color HEX #B948DB Medium Orchid

📋 copy color: '#B948DB'

red 185 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #B948DB

Tints of Medium Orchid #B948DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 38.87%
G = 15.13%
B = 46.01%

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

#B948DB (or 0xB948DB) is known color: Medium Orchid. HEX triplet: B9, 48 and DB. RGB value is (185,72,219). Sum of RGB (Red+Green+Blue) = 185+72+219=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B948DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948DB is #46B724. Grayscale: #7A7A7A. Windows color (decimal): -4634405 or 14371001. OLE color: 14371001.

HSL color Cylindrical-coordinate representation of color #B948DB: hue angle of 286.12º degrees, saturation: 0.67, 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 #B948DB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 72 219 -
CMYK 0.16 0.67 0 0.14
HSL 286.12º 0.67% 0.57% -
HSV(B) 286.12º 0.67% 0.86% -
XYZ 35.11 20.06 69.04 -
YUV 122.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 185 72 219 0.16 0.67 0 0.14 286.12 0.67 0.57
Hex B9 48 DB 10 43 0 E 11E 43 39
Octal 271 110 333 20 103 0 16 436 103 71
Binary 10111001 1001000 11011011 10000 1000011 0 1110 100011110 1000011 111001

Color Harmonies of #B948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948DB

Black with #B948DB

Text Example


Text Example

White with #B948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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