Html Css Color HEX #B15CF0 Medium Orchid

📋 copy color: '#B15CF0'

red 177 ◦ green 92 ◦ blue 240

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

Shades of Medium Orchid #B15CF0

Tints of Medium Orchid #B15CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 34.77%
G = 18.07%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B15CF0 (or 0xB15CF0) is known color: Medium Orchid. HEX triplet: B1, 5C and F0. RGB value is (177,92,240). Sum of RGB (Red+Green+Blue) = 177+92+240=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #B15CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CF0 is #4EA30F. Grayscale: #858585. Windows color (decimal): -5153552 or 15752369. OLE color: 15752369.

HSL color Cylindrical-coordinate representation of color #B15CF0: hue angle of 274.46º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15CF0 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 92 240 -
CMYK 0.26 0.62 0 0.06
HSL 274.46º 0.83% 0.65% -
HSV(B) 274.46º 0.62% 0.94% -
XYZ 37.69 23.29 84.95 -
YUV 134.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 177 92 240 0.26 0.62 0 0.06 274.46 0.83 0.65
Hex B1 5C F0 1A 3E 0 6 112 53 41
Octal 261 134 360 32 76 0 6 422 123 101
Binary 10110001 1011100 11110000 11010 111110 0 110 100010010 1010011 1000001

Color Harmonies of #B15CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CF0

Black with #B15CF0

Text Example


Text Example

White with #B15CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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