Html Css Color HEX #B248FA Medium Orchid

📋 copy color: '#B248FA'

red 178 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #B248FA

Tints of Medium Orchid #B248FA

RGB

 RED value IS 178 (69.92% from 255) = 35.6%

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

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

R = 35.6%
G = 14.4%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B248FA (or 0xB248FA) is known color: Medium Orchid. HEX triplet: B2, 48 and FA. RGB value is (178,72,250). Sum of RGB (Red+Green+Blue) = 178+72+250=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #B248FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248FA is #4DB705. Grayscale: #7B7B7B. Windows color (decimal): -5093126 or 16402610. OLE color: 16402610.

HSL color Cylindrical-coordinate representation of color #B248FA: hue angle of 275.73º 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 #B248FA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 72 250 -
CMYK 0.29 0.71 0 0.02
HSL 275.73º 0.95% 0.63% -
HSV(B) 275.73º 0.71% 0.98% -
XYZ 37.93 21 92.5 -
YUV 123.99 199.12 166.53 -
System Red Green Blue C M Y K H S L
Decimal 178 72 250 0.29 0.71 0 0.02 275.73 0.95 0.63
Hex B2 48 FA 1D 47 0 2 114 5F 3F
Octal 262 110 372 35 107 0 2 424 137 77
Binary 10110010 1001000 11111010 11101 1000111 0 10 100010100 1011111 111111

Color Harmonies of #B248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248FA

Black with #B248FA

Text Example


Text Example

White with #B248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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