Html Css Color HEX #B445FA Medium Orchid

📋 copy color: '#B445FA'

red 180 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #B445FA

Tints of Medium Orchid #B445FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.83%

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

R = 36.07%
G = 13.83%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B445FA (or 0xB445FA) is known color: Medium Orchid. HEX triplet: B4, 45 and FA. RGB value is (180,69,250). Sum of RGB (Red+Green+Blue) = 180+69+250=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #B445FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445FA is #4BBA05. Grayscale: #7A7A7A. Windows color (decimal): -4962822 or 16401844. OLE color: 16401844.

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

Color convert

RGB 180 69 250 -
CMYK 0.28 0.72 0 0.02
HSL 276.8º 0.95% 0.63% -
HSV(B) 276.8º 0.72% 0.98% -
XYZ 38.21 20.86 92.46 -
YUV 122.82 199.77 168.78 -
System Red Green Blue C M Y K H S L
Decimal 180 69 250 0.28 0.72 0 0.02 276.8 0.95 0.63
Hex B4 45 FA 1C 48 0 2 115 5F 3F
Octal 264 105 372 34 110 0 2 425 137 77
Binary 10110100 1000101 11111010 11100 1001000 0 10 100010101 1011111 111111

Color Harmonies of #B445FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445FA

Black with #B445FA

Text Example


Text Example

White with #B445FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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