Html Css Color HEX #B948FE Medium Orchid

📋 copy color: '#B948FE'

red 185 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #B948FE

Tints of Medium Orchid #B948FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 36.2%
G = 14.09%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B948FE (or 0xB948FE) is known color: Medium Orchid. HEX triplet: B9, 48 and FE. RGB value is (185,72,254). Sum of RGB (Red+Green+Blue) = 185+72+254=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B948FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948FE is #46B701. Grayscale: #7D7D7D. Windows color (decimal): -4634370 or 16664761. OLE color: 16664761.

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

Color convert

RGB 185 72 254 -
CMYK 0.27 0.72 0 0.00
HSL 277.25º 0.99% 0.64% -
HSV(B) 277.25º 0.72% 1% -
XYZ 40.21 22.1 95.91 -
YUV 126.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 185 72 254 0.27 0.72 0 0.00 277.25 0.99 0.64
Hex B9 48 FE 1B 48 0 0 115 63 40
Octal 271 110 376 33 110 0 0 425 143 100
Binary 10111001 1001000 11111110 11011 1001000 0 0 100010101 1100011 1000000

Color Harmonies of #B948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948FE

Black with #B948FE

Text Example


Text Example

White with #B948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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