Html Css Color HEX #B440FA Medium Orchid

📋 copy color: '#B440FA'

red 180 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #B440FA

Tints of Medium Orchid #B440FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.96%

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

R = 36.44%
G = 12.96%
B = 50.61%

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

#B440FA (or 0xB440FA) is known color: Medium Orchid. HEX triplet: B4, 40 and FA. RGB value is (180,64,250). Sum of RGB (Red+Green+Blue) = 180+64+250=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #B440FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440FA is #4BBF05. Grayscale: #777777. Windows color (decimal): -4964102 or 16400564. OLE color: 16400564.

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

Color convert

RGB 180 64 250 -
CMYK 0.28 0.74 0 0.02
HSL 277.42º 0.95% 0.62% -
HSV(B) 277.42º 0.74% 0.98% -
XYZ 37.91 20.27 92.36 -
YUV 119.89 201.43 170.88 -
System Red Green Blue C M Y K H S L
Decimal 180 64 250 0.28 0.74 0 0.02 277.42 0.95 0.62
Hex B4 40 FA 1C 4A 0 2 115 5F 3E
Octal 264 100 372 34 112 0 2 425 137 76
Binary 10110100 1000000 11111010 11100 1001010 0 10 100010101 1011111 111110

Color Harmonies of #B440FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440FA

Black with #B440FA

Text Example


Text Example

White with #B440FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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