Html Css Color HEX #B948FF Medium Orchid

📋 copy color: '#B948FF'

red 185 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B948FF

Tints of Medium Orchid #B948FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 36.13%
G = 14.06%
B = 49.8%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B948FF (or 0xB948FF) is known color: Medium Orchid. HEX triplet: B9, 48 and FF. RGB value is (185,72,255). Sum of RGB (Red+Green+Blue) = 185+72+255=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B948FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948FF is #46B700. Grayscale: #7E7E7E. Windows color (decimal): -4634369 or 16730297. OLE color: 16730297.

HSL color Cylindrical-coordinate representation of color #B948FF: hue angle of 277.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B948FF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 72 255 -
CMYK 0.27 0.72 0 0
HSL 277.05º 1% 0.64% -
HSV(B) 277.05º 0.72% 1% -
XYZ 40.37 22.17 96.76 -
YUV 126.65 200.44 169.62 -
System Red Green Blue C M Y K H S L
Decimal 185 72 255 0.27 0.72 0 0 277.05 1 0.64
Hex B9 48 FF 1B 48 0 0 115 64 40
Octal 271 110 377 33 110 0 0 425 144 100
Binary 10111001 1001000 11111111 11011 1001000 0 0 100010101 1100100 1000000

Color Harmonies of #B948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948FF

Black with #B948FF

Text Example


Text Example

White with #B948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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