Html Css Color HEX #B450FF Medium Orchid

📋 copy color: '#B450FF'

red 180 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B450FF

Tints of Medium Orchid #B450FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 34.95%
G = 15.53%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B450FF (or 0xB450FF) is known color: Medium Orchid. HEX triplet: B4, 50 and FF. RGB value is (180,80,255). Sum of RGB (Red+Green+Blue) = 180+80+255=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B450FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450FF is #4BAF00. Grayscale: #818181. Windows color (decimal): -4960001 or 16732340. OLE color: 16732340.

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

Color convert

RGB 180 80 255 -
CMYK 0.29 0.69 0 0
HSL 274.29º 1% 0.66% -
HSV(B) 274.29º 0.69% 1% -
XYZ 39.74 22.66 96.89 -
YUV 129.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 180 80 255 0.29 0.69 0 0 274.29 1 0.66
Hex B4 50 FF 1D 45 0 0 112 64 42
Octal 264 120 377 35 105 0 0 422 144 102
Binary 10110100 1010000 11111111 11101 1000101 0 0 100010010 1100100 1000010

Color Harmonies of #B450FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450FF

Black with #B450FF

Text Example


Text Example

White with #B450FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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