Html Css Color HEX #B153FF Medium Orchid

📋 copy color: '#B153FF'

red 177 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #B153FF

Tints of Medium Orchid #B153FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.12%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 34.37%
G = 16.12%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B153FF (or 0xB153FF) is known color: Medium Orchid. HEX triplet: B1, 53 and FF. RGB value is (177,83,255). Sum of RGB (Red+Green+Blue) = 177+83+255=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B153FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153FF is #4EAC00. Grayscale: #828282. Windows color (decimal): -5155841 or 16733105. OLE color: 16733105.

HSL color Cylindrical-coordinate representation of color #B153FF: hue angle of 272.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B153FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 83 255 -
CMYK 0.31 0.67 0 0
HSL 272.79º 1% 0.66% -
HSV(B) 272.79º 0.67% 1% -
XYZ 39.27 22.75 96.93 -
YUV 130.71 198.14 161.01 -
System Red Green Blue C M Y K H S L
Decimal 177 83 255 0.31 0.67 0 0 272.79 1 0.66
Hex B1 53 FF 1F 43 0 0 111 64 42
Octal 261 123 377 37 103 0 0 421 144 102
Binary 10110001 1010011 11111111 11111 1000011 0 0 100010001 1100100 1000010

Color Harmonies of #B153FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153FF

Black with #B153FF

Text Example


Text Example

White with #B153FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153FF; }

 p { color: rgb(177,83,255); }

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

background-color css

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

 a { background-color: rgb(177,83,255); }

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

border-color css

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

 span { border-color: rgb(177,83,255); }

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