Html Css Color HEX #B445FE Medium Orchid

📋 copy color: '#B445FE'

red 180 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #B445FE

Tints of Medium Orchid #B445FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.72%

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

R = 35.79%
G = 13.72%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B445FE (or 0xB445FE) is known color: Medium Orchid. HEX triplet: B4, 45 and FE. RGB value is (180,69,254). Sum of RGB (Red+Green+Blue) = 180+69+254=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B445FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445FE is #4BBA01. Grayscale: #7A7A7A. Windows color (decimal): -4962818 or 16663988. OLE color: 16663988.

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

Color convert

RGB 180 69 254 -
CMYK 0.29 0.73 0 0.00
HSL 276º 0.99% 0.63% -
HSV(B) 276º 0.73% 1% -
XYZ 38.84 21.12 95.79 -
YUV 123.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 180 69 254 0.29 0.73 0 0.00 276 0.99 0.63
Hex B4 45 FE 1D 49 0 0 114 63 3F
Octal 264 105 376 35 111 0 0 424 143 77
Binary 10110100 1000101 11111110 11101 1001001 0 0 100010100 1100011 111111

Color Harmonies of #B445FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445FE

Black with #B445FE

Text Example


Text Example

White with #B445FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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