Html Css Color HEX #B15CFB Medium Orchid

📋 copy color: '#B15CFB'

red 177 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #B15CFB

Tints of Medium Orchid #B15CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 34.04%
G = 17.69%
B = 48.27%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B15CFB (or 0xB15CFB) is known color: Medium Orchid. HEX triplet: B1, 5C and FB. RGB value is (177,92,251). Sum of RGB (Red+Green+Blue) = 177+92+251=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B15CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CFB is #4EA304. Grayscale: #868686. Windows color (decimal): -5153541 or 16473265. OLE color: 16473265.

HSL color Cylindrical-coordinate representation of color #B15CFB: hue angle of 272.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15CFB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 92 251 -
CMYK 0.29 0.63 0 0.02
HSL 272.08º 0.95% 0.67% -
HSV(B) 272.08º 0.63% 0.98% -
XYZ 39.37 23.97 93.82 -
YUV 135.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 177 92 251 0.29 0.63 0 0.02 272.08 0.95 0.67
Hex B1 5C FB 1D 3F 0 2 110 5F 43
Octal 261 134 373 35 77 0 2 420 137 103
Binary 10110001 1011100 11111011 11101 111111 0 10 100010000 1011111 1000011

Color Harmonies of #B15CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CFB

Black with #B15CFB

Text Example


Text Example

White with #B15CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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