Html Css Color HEX #B440FB Medium Orchid

📋 copy color: '#B440FB'

red 180 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #B440FB

Tints of Medium Orchid #B440FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 36.36%
G = 12.93%
B = 50.71%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B440FB (or 0xB440FB) is known color: Medium Orchid. HEX triplet: B4, 40 and FB. RGB value is (180,64,251). Sum of RGB (Red+Green+Blue) = 180+64+251=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #B440FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440FB is #4BBF04. Grayscale: #777777. Windows color (decimal): -4964101 or 16466100. OLE color: 16466100.

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

Color convert

RGB 180 64 251 -
CMYK 0.28 0.75 0 0.02
HSL 277.22º 0.96% 0.62% -
HSV(B) 277.22º 0.75% 0.98% -
XYZ 38.07 20.34 93.19 -
YUV 120 201.93 170.79 -
System Red Green Blue C M Y K H S L
Decimal 180 64 251 0.28 0.75 0 0.02 277.22 0.96 0.62
Hex B4 40 FB 1C 4B 0 2 115 60 3E
Octal 264 100 373 34 113 0 2 425 140 76
Binary 10110100 1000000 11111011 11100 1001011 0 10 100010101 1100000 111110

Color Harmonies of #B440FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440FB

Black with #B440FB

Text Example


Text Example

White with #B440FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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