Html Css Color HEX #B15CFC Medium Orchid

📋 copy color: '#B15CFC'

red 177 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B15CFC

Tints of Medium Orchid #B15CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 33.97%
G = 17.66%
B = 48.37%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B15CFC (or 0xB15CFC) is known color: Medium Orchid. HEX triplet: B1, 5C and FC. RGB value is (177,92,252). Sum of RGB (Red+Green+Blue) = 177+92+252=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #B15CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CFC is #4EA303. Grayscale: #878787. Windows color (decimal): -5153540 or 16538801. OLE color: 16538801.

HSL color Cylindrical-coordinate representation of color #B15CFC: hue angle of 271.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15CFC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 92 252 -
CMYK 0.30 0.63 0 0.01
HSL 271.88º 0.96% 0.67% -
HSV(B) 271.88º 0.63% 0.99% -
XYZ 39.53 24.03 94.65 -
YUV 135.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 177 92 252 0.30 0.63 0 0.01 271.88 0.96 0.67
Hex B1 5C FC 1E 3F 0 1 110 60 43
Octal 261 134 374 36 77 0 1 420 140 103
Binary 10110001 1011100 11111100 11110 111111 0 1 100010000 1100000 1000011

Color Harmonies of #B15CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CFC

Black with #B15CFC

Text Example


Text Example

White with #B15CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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