Html Css Color HEX #B948DF Medium Orchid

📋 copy color: '#B948DF'

red 185 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #B948DF

Tints of Medium Orchid #B948DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 38.54%
G = 15%
B = 46.46%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B948DF (or 0xB948DF) is known color: Medium Orchid. HEX triplet: B9, 48 and DF. RGB value is (185,72,223). Sum of RGB (Red+Green+Blue) = 185+72+223=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B948DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948DF is #46B720. Grayscale: #7A7A7A. Windows color (decimal): -4634401 or 14633145. OLE color: 14633145.

HSL color Cylindrical-coordinate representation of color #B948DF: hue angle of 284.9º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B948DF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 72 223 -
CMYK 0.17 0.68 0 0.13
HSL 284.9º 0.7% 0.58% -
HSV(B) 284.9º 0.68% 0.87% -
XYZ 35.64 20.28 71.85 -
YUV 123 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 185 72 223 0.17 0.68 0 0.13 284.9 0.7 0.58
Hex B9 48 DF 11 44 0 D 11D 46 3A
Octal 271 110 337 21 104 0 15 435 106 72
Binary 10111001 1001000 11011111 10001 1000100 0 1101 100011101 1000110 111010

Color Harmonies of #B948DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948DF

Black with #B948DF

Text Example


Text Example

White with #B948DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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