Html Css Color HEX #B145EA Medium Orchid

📋 copy color: '#B145EA'

red 177 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #B145EA

Tints of Medium Orchid #B145EA

RGB

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

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

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

R = 36.88%
G = 14.38%
B = 48.75%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B145EA (or 0xB145EA) is known color: Medium Orchid. HEX triplet: B1, 45 and EA. RGB value is (177,69,234). Sum of RGB (Red+Green+Blue) = 177+69+234=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B145EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145EA is #4EBA15. Grayscale: #777777. Windows color (decimal): -5159446 or 15353265. OLE color: 15353265.

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

Color convert

RGB 177 69 234 -
CMYK 0.24 0.71 0 0.08
HSL 279.27º 0.8% 0.59% -
HSV(B) 279.27º 0.71% 0.92% -
XYZ 35.11 19.54 79.76 -
YUV 120.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 177 69 234 0.24 0.71 0 0.08 279.27 0.8 0.59
Hex B1 45 EA 18 47 0 8 117 50 3B
Octal 261 105 352 30 107 0 10 427 120 73
Binary 10110001 1000101 11101010 11000 1000111 0 1000 100010111 1010000 111011

Color Harmonies of #B145EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145EA

Black with #B145EA

Text Example


Text Example

White with #B145EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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