Html Css Color HEX #B450FB Medium Orchid

📋 copy color: '#B450FB'

red 180 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #B450FB

Tints of Medium Orchid #B450FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.66%

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

R = 35.23%
G = 15.66%
B = 49.12%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B450FB (or 0xB450FB) is known color: Medium Orchid. HEX triplet: B4, 50 and FB. RGB value is (180,80,251). Sum of RGB (Red+Green+Blue) = 180+80+251=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #B450FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450FB is #4BAF04. Grayscale: #808080. Windows color (decimal): -4960005 or 16470196. OLE color: 16470196.

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

Color convert

RGB 180 80 251 -
CMYK 0.28 0.68 0 0.02
HSL 275.09º 0.96% 0.65% -
HSV(B) 275.09º 0.68% 0.98% -
XYZ 39.1 22.41 93.53 -
YUV 129.39 196.63 164.1 -
System Red Green Blue C M Y K H S L
Decimal 180 80 251 0.28 0.68 0 0.02 275.09 0.96 0.65
Hex B4 50 FB 1C 44 0 2 113 60 41
Octal 264 120 373 34 104 0 2 423 140 101
Binary 10110100 1010000 11111011 11100 1000100 0 10 100010011 1100000 1000001

Color Harmonies of #B450FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450FB

Black with #B450FB

Text Example


Text Example

White with #B450FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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