Html Css Color HEX #B848FA Medium Orchid

📋 copy color: '#B848FA'

red 184 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #B848FA

Tints of Medium Orchid #B848FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 36.36%
G = 14.23%
B = 49.41%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B848FA (or 0xB848FA) is known color: Medium Orchid. HEX triplet: B8, 48 and FA. RGB value is (184,72,250). Sum of RGB (Red+Green+Blue) = 184+72+250=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #B848FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848FA is #47B705. Grayscale: #7D7D7D. Windows color (decimal): -4699910 or 16402616. OLE color: 16402616.

HSL color Cylindrical-coordinate representation of color #B848FA: hue angle of 277.75º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B848FA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 72 250 -
CMYK 0.26 0.71 0 0.02
HSL 277.75º 0.95% 0.63% -
HSV(B) 277.75º 0.71% 0.98% -
XYZ 39.34 21.73 92.56 -
YUV 125.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 184 72 250 0.26 0.71 0 0.02 277.75 0.95 0.63
Hex B8 48 FA 1A 47 0 2 116 5F 3F
Octal 270 110 372 32 107 0 2 426 137 77
Binary 10111000 1001000 11111010 11010 1000111 0 10 100010110 1011111 111111

Color Harmonies of #B848FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848FA

Black with #B848FA

Text Example


Text Example

White with #B848FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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