Html Css Color HEX #B15CEB Medium Orchid

📋 copy color: '#B15CEB'

red 177 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #B15CEB

Tints of Medium Orchid #B15CEB

RGB

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

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

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

R = 35.12%
G = 18.25%
B = 46.63%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B15CEB (or 0xB15CEB) is known color: Medium Orchid. HEX triplet: B1, 5C and EB. RGB value is (177,92,235). Sum of RGB (Red+Green+Blue) = 177+92+235=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #B15CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CEB is #4EA314. Grayscale: #858585. Windows color (decimal): -5153557 or 15424689. OLE color: 15424689.

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

Color convert

RGB 177 92 235 -
CMYK 0.25 0.61 0 0.08
HSL 275.66º 0.78% 0.64% -
HSV(B) 275.66º 0.61% 0.92% -
XYZ 36.95 23 81.09 -
YUV 133.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 177 92 235 0.25 0.61 0 0.08 275.66 0.78 0.64
Hex B1 5C EB 19 3D 0 8 114 4E 40
Octal 261 134 353 31 75 0 10 424 116 100
Binary 10110001 1011100 11101011 11001 111101 0 1000 100010100 1001110 1000000

Color Harmonies of #B15CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CEB

Black with #B15CEB

Text Example


Text Example

White with #B15CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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