Html Css Color HEX #B441FA Medium Orchid

📋 copy color: '#B441FA'

red 180 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #B441FA

Tints of Medium Orchid #B441FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.13%

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

R = 36.36%
G = 13.13%
B = 50.51%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B441FA (or 0xB441FA) is known color: Medium Orchid. HEX triplet: B4, 41 and FA. RGB value is (180,65,250). Sum of RGB (Red+Green+Blue) = 180+65+250=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B441FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FA is #4BBE05. Grayscale: #777777. Windows color (decimal): -4963846 or 16400820. OLE color: 16400820.

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

Color convert

RGB 180 65 250 -
CMYK 0.28 0.74 0 0.02
HSL 277.3º 0.95% 0.62% -
HSV(B) 277.3º 0.74% 0.98% -
XYZ 37.97 20.39 92.38 -
YUV 120.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 180 65 250 0.28 0.74 0 0.02 277.3 0.95 0.62
Hex B4 41 FA 1C 4A 0 2 115 5F 3E
Octal 264 101 372 34 112 0 2 425 137 76
Binary 10110100 1000001 11111010 11100 1001010 0 10 100010101 1011111 111110

Color Harmonies of #B441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441FA

Black with #B441FA

Text Example


Text Example

White with #B441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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