Html Css Color HEX #B152EF Medium Orchid

📋 copy color: '#B152EF'

red 177 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #B152EF

Tints of Medium Orchid #B152EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 35.54%
G = 16.47%
B = 47.99%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B152EF (or 0xB152EF) is known color: Medium Orchid. HEX triplet: B1, 52 and EF. RGB value is (177,82,239). Sum of RGB (Red+Green+Blue) = 177+82+239=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #B152EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152EF is #4EAD10. Grayscale: #7F7F7F. Windows color (decimal): -5156113 or 15684273. OLE color: 15684273.

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

Color convert

RGB 177 82 239 -
CMYK 0.26 0.66 0 0.06
HSL 276.31º 0.83% 0.63% -
HSV(B) 276.31º 0.66% 0.94% -
XYZ 36.73 21.61 83.9 -
YUV 128.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 177 82 239 0.26 0.66 0 0.06 276.31 0.83 0.63
Hex B1 52 EF 1A 42 0 6 114 53 3F
Octal 261 122 357 32 102 0 6 424 123 77
Binary 10110001 1010010 11101111 11010 1000010 0 110 100010100 1010011 111111

Color Harmonies of #B152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152EF

Black with #B152EF

Text Example


Text Example

White with #B152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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