Html Css Color HEX #B45CFE Medium Orchid

📋 copy color: '#B45CFE'

red 180 ◦ green 92 ◦ blue 254

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

Shades of Medium Orchid #B45CFE

Tints of Medium Orchid #B45CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

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

R = 34.22%
G = 17.49%
B = 48.29%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B45CFE (or 0xB45CFE) is known color: Medium Orchid. HEX triplet: B4, 5C and FE. RGB value is (180,92,254). Sum of RGB (Red+Green+Blue) = 180+92+254=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B45CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFE is #4BA301. Grayscale: #888888. Windows color (decimal): -4956930 or 16669876. OLE color: 16669876.

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

Color convert

RGB 180 92 254 -
CMYK 0.29 0.64 0 0.00
HSL 272.59º 0.99% 0.68% -
HSV(B) 272.59º 0.64% 1% -
XYZ 40.54 24.51 96.36 -
YUV 136.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 180 92 254 0.29 0.64 0 0.00 272.59 0.99 0.68
Hex B4 5C FE 1D 40 0 0 111 63 44
Octal 264 134 376 35 100 0 0 421 143 104
Binary 10110100 1011100 11111110 11101 1000000 0 0 100010001 1100011 1000100

Color Harmonies of #B45CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CFE

Black with #B45CFE

Text Example


Text Example

White with #B45CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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