Html Css Color HEX #B948CB Medium Orchid

📋 copy color: '#B948CB'

red 185 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #B948CB

Tints of Medium Orchid #B948CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 40.22%
G = 15.65%
B = 44.13%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B948CB (or 0xB948CB) is known color: Medium Orchid. HEX triplet: B9, 48 and CB. RGB value is (185,72,203). Sum of RGB (Red+Green+Blue) = 185+72+203=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B948CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CB is #46B734. Grayscale: #787878. Windows color (decimal): -4634421 or 13322425. OLE color: 13322425.

HSL color Cylindrical-coordinate representation of color #B948CB: hue angle of 291.76º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B948CB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 72 203 -
CMYK 0.09 0.65 0 0.20
HSL 291.76º 0.56% 0.54% -
HSV(B) 291.76º 0.65% 0.8% -
XYZ 33.1 19.26 58.47 -
YUV 120.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 185 72 203 0.09 0.65 0 0.20 291.76 0.56 0.54
Hex B9 48 CB 9 41 0 14 124 38 36
Octal 271 110 313 11 101 0 24 444 70 66
Binary 10111001 1001000 11001011 1001 1000001 0 10100 100100100 111000 110110

Color Harmonies of #B948CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948CB

Black with #B948CB

Text Example


Text Example

White with #B948CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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