Html Css Color HEX #B145ED Medium Orchid

📋 copy color: '#B145ED'

red 177 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #B145ED

Tints of Medium Orchid #B145ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 36.65%
G = 14.29%
B = 49.07%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B145ED (or 0xB145ED) is known color: Medium Orchid. HEX triplet: B1, 45 and ED. RGB value is (177,69,237). Sum of RGB (Red+Green+Blue) = 177+69+237=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B145ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145ED is #4EBA12. Grayscale: #777777. Windows color (decimal): -5159443 or 15549873. OLE color: 15549873.

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

Color convert

RGB 177 69 237 -
CMYK 0.25 0.71 0 0.07
HSL 278.57º 0.82% 0.6% -
HSV(B) 278.57º 0.71% 0.93% -
XYZ 35.55 19.72 82.05 -
YUV 120.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 177 69 237 0.25 0.71 0 0.07 278.57 0.82 0.6
Hex B1 45 ED 19 47 0 7 117 52 3C
Octal 261 105 355 31 107 0 7 427 122 74
Binary 10110001 1000101 11101101 11001 1000111 0 111 100010111 1010010 111100

Color Harmonies of #B145ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145ED

Black with #B145ED

Text Example


Text Example

White with #B145ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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