Html Css Color HEX #B150CB Medium Orchid

📋 copy color: '#B150CB'

red 177 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #B150CB

Tints of Medium Orchid #B150CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 38.48%
G = 17.39%
B = 44.13%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B150CB (or 0xB150CB) is known color: Medium Orchid. HEX triplet: B1, 50 and CB. RGB value is (177,80,203). Sum of RGB (Red+Green+Blue) = 177+80+203=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B150CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150CB is #4EAF34. Grayscale: #7A7A7A. Windows color (decimal): -5156661 or 13324465. OLE color: 13324465.

HSL color Cylindrical-coordinate representation of color #B150CB: hue angle of 287.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B150CB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 80 203 -
CMYK 0.13 0.61 0 0.20
HSL 287.32º 0.54% 0.55% -
HSV(B) 287.32º 0.61% 0.8% -
XYZ 31.78 19.4 58.57 -
YUV 123.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 177 80 203 0.13 0.61 0 0.20 287.32 0.54 0.55
Hex B1 50 CB D 3D 0 14 11F 36 37
Octal 261 120 313 15 75 0 24 437 66 67
Binary 10110001 1010000 11001011 1101 111101 0 10100 100011111 110110 110111

Color Harmonies of #B150CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150CB

Black with #B150CB

Text Example


Text Example

White with #B150CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150CB; }

 p { color: rgb(177,80,203); }

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

background-color css

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

 a { background-color: rgb(177,80,203); }

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

border-color css

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

 span { border-color: rgb(177,80,203); }

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