Html Css Color HEX #B45CE4 Medium Orchid

📋 copy color: '#B45CE4'

red 180 ◦ green 92 ◦ blue 228

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

Shades of Medium Orchid #B45CE4

Tints of Medium Orchid #B45CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 36%
G = 18.4%
B = 45.6%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B45CE4 (or 0xB45CE4) is known color: Medium Orchid. HEX triplet: B4, 5C and E4. RGB value is (180,92,228). Sum of RGB (Red+Green+Blue) = 180+92+228=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #B45CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CE4 is #4BA31B. Grayscale: #858585. Windows color (decimal): -4956956 or 14965940. OLE color: 14965940.

HSL color Cylindrical-coordinate representation of color #B45CE4: hue angle of 278.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45CE4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 92 228 -
CMYK 0.21 0.60 0 0.11
HSL 278.82º 0.72% 0.63% -
HSV(B) 278.82º 0.6% 0.89% -
XYZ 36.65 22.96 75.9 -
YUV 133.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 180 92 228 0.21 0.60 0 0.11 278.82 0.72 0.63
Hex B4 5C E4 15 3C 0 B 117 48 3F
Octal 264 134 344 25 74 0 13 427 110 77
Binary 10110100 1011100 11100100 10101 111100 0 1011 100010111 1001000 111111

Color Harmonies of #B45CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CE4

Black with #B45CE4

Text Example


Text Example

White with #B45CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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