Html Css Color HEX #B152FF Medium Orchid

📋 copy color: '#B152FF'

red 177 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #B152FF

Tints of Medium Orchid #B152FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.95%

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

R = 34.44%
G = 15.95%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B152FF (or 0xB152FF) is known color: Medium Orchid. HEX triplet: B1, 52 and FF. RGB value is (177,82,255). Sum of RGB (Red+Green+Blue) = 177+82+255=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B152FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152FF is #4EAD00. Grayscale: #818181. Windows color (decimal): -5156097 or 16732849. OLE color: 16732849.

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

Color convert

RGB 177 82 255 -
CMYK 0.31 0.68 0 0
HSL 272.95º 1% 0.66% -
HSV(B) 272.95º 0.68% 1% -
XYZ 39.2 22.6 96.9 -
YUV 130.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 177 82 255 0.31 0.68 0 0 272.95 1 0.66
Hex B1 52 FF 1F 44 0 0 111 64 42
Octal 261 122 377 37 104 0 0 421 144 102
Binary 10110001 1010010 11111111 11111 1000100 0 0 100010001 1100100 1000010

Color Harmonies of #B152FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152FF

Black with #B152FF

Text Example


Text Example

White with #B152FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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