Html Css Color HEX #B450FE Medium Orchid

📋 copy color: '#B450FE'

red 180 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B450FE

Tints of Medium Orchid #B450FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 35.02%
G = 15.56%
B = 49.42%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B450FE (or 0xB450FE) is known color: Medium Orchid. HEX triplet: B4, 50 and FE. RGB value is (180,80,254). Sum of RGB (Red+Green+Blue) = 180+80+254=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B450FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450FE is #4BAF01. Grayscale: #818181. Windows color (decimal): -4960002 or 16666804. OLE color: 16666804.

HSL color Cylindrical-coordinate representation of color #B450FE: hue angle of 274.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B450FE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 80 254 -
CMYK 0.29 0.69 0 0.00
HSL 274.48º 0.99% 0.65% -
HSV(B) 274.48º 0.69% 1% -
XYZ 39.58 22.6 96.04 -
YUV 129.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 180 80 254 0.29 0.69 0 0.00 274.48 0.99 0.65
Hex B4 50 FE 1D 45 0 0 112 63 41
Octal 264 120 376 35 105 0 0 422 143 101
Binary 10110100 1010000 11111110 11101 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B450FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450FE

Black with #B450FE

Text Example


Text Example

White with #B450FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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