Html Css Color HEX #B848FD Medium Orchid

📋 copy color: '#B848FD'

red 184 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #B848FD

Tints of Medium Orchid #B848FD

RGB

 RED value IS 184 (72.27% from 255) = 36.15%

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 36.15%
G = 14.15%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B848FD (or 0xB848FD) is known color: Medium Orchid. HEX triplet: B8, 48 and FD. RGB value is (184,72,253). Sum of RGB (Red+Green+Blue) = 184+72+253=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #B848FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848FD is #47B702. Grayscale: #7D7D7D. Windows color (decimal): -4699907 or 16599224. OLE color: 16599224.

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

Color convert

RGB 184 72 253 -
CMYK 0.27 0.72 0 0.01
HSL 277.13º 0.98% 0.64% -
HSV(B) 277.13º 0.72% 0.99% -
XYZ 39.81 21.92 95.06 -
YUV 126.12 199.61 169.28 -
System Red Green Blue C M Y K H S L
Decimal 184 72 253 0.27 0.72 0 0.01 277.13 0.98 0.64
Hex B8 48 FD 1B 48 0 1 115 62 40
Octal 270 110 375 33 110 0 1 425 142 100
Binary 10111000 1001000 11111101 11011 1001000 0 1 100010101 1100010 1000000

Color Harmonies of #B848FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848FD

Black with #B848FD

Text Example


Text Example

White with #B848FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848FD; }

 p { color: rgb(184,72,253); }

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

background-color css

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

 a { background-color: rgb(184,72,253); }

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

border-color css

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

 span { border-color: rgb(184,72,253); }

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