Html Css Color HEX #B145EB Medium Orchid

📋 copy color: '#B145EB'

red 177 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #B145EB

Tints of Medium Orchid #B145EB

RGB

 RED value IS 177 (69.53% from 255) = 36.8%

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 36.8%
G = 14.35%
B = 48.86%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B145EB (or 0xB145EB) is known color: Medium Orchid. HEX triplet: B1, 45 and EB. RGB value is (177,69,235). Sum of RGB (Red+Green+Blue) = 177+69+235=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #B145EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145EB is #4EBA14. Grayscale: #777777. Windows color (decimal): -5159445 or 15418801. OLE color: 15418801.

HSL color Cylindrical-coordinate representation of color #B145EB: hue angle of 279.04º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B145EB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 69 235 -
CMYK 0.25 0.71 0 0.08
HSL 279.04º 0.81% 0.6% -
HSV(B) 279.04º 0.71% 0.92% -
XYZ 35.25 19.6 80.52 -
YUV 120.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 177 69 235 0.25 0.71 0 0.08 279.04 0.81 0.6
Hex B1 45 EB 19 47 0 8 117 51 3C
Octal 261 105 353 31 107 0 10 427 121 74
Binary 10110001 1000101 11101011 11001 1000111 0 1000 100010111 1010001 111100

Color Harmonies of #B145EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145EB

Black with #B145EB

Text Example


Text Example

White with #B145EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145EB; }

 p { color: rgb(177,69,235); }

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

background-color css

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

 a { background-color: rgb(177,69,235); }

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

border-color css

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

 span { border-color: rgb(177,69,235); }

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