Html Css Color HEX #B450E8 Medium Orchid

📋 copy color: '#B450E8'

red 180 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #B450E8

Tints of Medium Orchid #B450E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 36.59%
G = 16.26%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B450E8 (or 0xB450E8) is known color: Medium Orchid. HEX triplet: B4, 50 and E8. RGB value is (180,80,232). Sum of RGB (Red+Green+Blue) = 180+80+232=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #B450E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450E8 is #4BAF17. Grayscale: #7E7E7E. Windows color (decimal): -4960024 or 15225012. OLE color: 15225012.

HSL color Cylindrical-coordinate representation of color #B450E8: hue angle of 279.47º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B450E8 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 80 232 -
CMYK 0.22 0.66 0 0.09
HSL 279.47º 0.77% 0.61% -
HSV(B) 279.47º 0.66% 0.91% -
XYZ 36.26 21.27 78.54 -
YUV 127.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 180 80 232 0.22 0.66 0 0.09 279.47 0.77 0.61
Hex B4 50 E8 16 42 0 9 117 4D 3D
Octal 264 120 350 26 102 0 11 427 115 75
Binary 10110100 1010000 11101000 10110 1000010 0 1001 100010111 1001101 111101

Color Harmonies of #B450E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450E8

Black with #B450E8

Text Example


Text Example

White with #B450E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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