Html Css Color HEX #B948E5 Medium Orchid

📋 copy color: '#B948E5'

red 185 ◦ green 72 ◦ blue 229

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

Shades of Medium Orchid #B948E5

Tints of Medium Orchid #B948E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 38.07%
G = 14.81%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B948E5 (or 0xB948E5) is known color: Medium Orchid. HEX triplet: B9, 48 and E5. RGB value is (185,72,229). Sum of RGB (Red+Green+Blue) = 185+72+229=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #B948E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948E5 is #46B71A. Grayscale: #7B7B7B. Windows color (decimal): -4634395 or 15026361. OLE color: 15026361.

HSL color Cylindrical-coordinate representation of color #B948E5: hue angle of 283.18º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B948E5 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 72 229 -
CMYK 0.19 0.69 0 0.10
HSL 283.18º 0.75% 0.59% -
HSV(B) 283.18º 0.69% 0.9% -
XYZ 36.47 20.61 76.18 -
YUV 123.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 185 72 229 0.19 0.69 0 0.10 283.18 0.75 0.59
Hex B9 48 E5 13 45 0 A 11B 4B 3B
Octal 271 110 345 23 105 0 12 433 113 73
Binary 10111001 1001000 11100101 10011 1000101 0 1010 100011011 1001011 111011

Color Harmonies of #B948E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948E5

Black with #B948E5

Text Example


Text Example

White with #B948E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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