Html Css Color HEX #B45EEA Medium Orchid

📋 copy color: '#B45EEA'

red 180 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #B45EEA

Tints of Medium Orchid #B45EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.5%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 35.43%
G = 18.5%
B = 46.06%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B45EEA (or 0xB45EEA) is known color: Medium Orchid. HEX triplet: B4, 5E and EA. RGB value is (180,94,234). Sum of RGB (Red+Green+Blue) = 180+94+234=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #B45EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45EEA is #4BA115. Grayscale: #878787. Windows color (decimal): -4956438 or 15359668. OLE color: 15359668.

HSL color Cylindrical-coordinate representation of color #B45EEA: hue angle of 276.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45EEA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 94 234 -
CMYK 0.23 0.60 0 0.08
HSL 276.86º 0.77% 0.64% -
HSV(B) 276.86º 0.6% 0.92% -
XYZ 37.68 23.65 80.42 -
YUV 135.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 180 94 234 0.23 0.60 0 0.08 276.86 0.77 0.64
Hex B4 5E EA 17 3C 0 8 115 4D 40
Octal 264 136 352 27 74 0 10 425 115 100
Binary 10110100 1011110 11101010 10111 111100 0 1000 100010101 1001101 1000000

Color Harmonies of #B45EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EEA

Black with #B45EEA

Text Example


Text Example

White with #B45EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EEA; }

 p { color: rgb(180,94,234); }

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

background-color css

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

 a { background-color: rgb(180,94,234); }

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

border-color css

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

 span { border-color: rgb(180,94,234); }

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