Html Css Color HEX #B448FA Medium Orchid

📋 copy color: '#B448FA'

red 180 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #B448FA

Tints of Medium Orchid #B448FA

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 14.34%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B448FA (or 0xB448FA) is known color: Medium Orchid. HEX triplet: B4, 48 and FA. RGB value is (180,72,250). Sum of RGB (Red+Green+Blue) = 180+72+250=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B448FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448FA is #4BB705. Grayscale: #7B7B7B. Windows color (decimal): -4962054 or 16402612. OLE color: 16402612.

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

Color convert

RGB 180 72 250 -
CMYK 0.28 0.71 0 0.02
HSL 276.4º 0.95% 0.63% -
HSV(B) 276.4º 0.71% 0.98% -
XYZ 38.4 21.24 92.52 -
YUV 124.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 180 72 250 0.28 0.71 0 0.02 276.4 0.95 0.63
Hex B4 48 FA 1C 47 0 2 114 5F 3F
Octal 264 110 372 34 107 0 2 424 137 77
Binary 10110100 1001000 11111010 11100 1000111 0 10 100010100 1011111 111111

Color Harmonies of #B448FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448FA

Black with #B448FA

Text Example


Text Example

White with #B448FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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