Html Css Color HEX #B948FC Medium Orchid

📋 copy color: '#B948FC'

red 185 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #B948FC

Tints of Medium Orchid #B948FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 36.35%
G = 14.15%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B948FC (or 0xB948FC) is known color: Medium Orchid. HEX triplet: B9, 48 and FC. RGB value is (185,72,252). Sum of RGB (Red+Green+Blue) = 185+72+252=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #B948FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948FC is #46B703. Grayscale: #7D7D7D. Windows color (decimal): -4634372 or 16533689. OLE color: 16533689.

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

Color convert

RGB 185 72 252 -
CMYK 0.27 0.71 0 0.01
HSL 277.67º 0.97% 0.64% -
HSV(B) 277.67º 0.71% 0.99% -
XYZ 39.9 21.98 94.23 -
YUV 126.31 198.94 169.86 -
System Red Green Blue C M Y K H S L
Decimal 185 72 252 0.27 0.71 0 0.01 277.67 0.97 0.64
Hex B9 48 FC 1B 47 0 1 116 61 40
Octal 271 110 374 33 107 0 1 426 141 100
Binary 10111001 1001000 11111100 11011 1000111 0 1 100010110 1100001 1000000

Color Harmonies of #B948FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948FC

Black with #B948FC

Text Example


Text Example

White with #B948FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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