Html Css Color HEX #B152F2 Medium Orchid

📋 copy color: '#B152F2'

red 177 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #B152F2

Tints of Medium Orchid #B152F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 35.33%
G = 16.37%
B = 48.3%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B152F2 (or 0xB152F2) is known color: Medium Orchid. HEX triplet: B1, 52 and F2. RGB value is (177,82,242). Sum of RGB (Red+Green+Blue) = 177+82+242=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #B152F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152F2 is #4EAD0D. Grayscale: #808080. Windows color (decimal): -5156110 or 15880881. OLE color: 15880881.

HSL color Cylindrical-coordinate representation of color #B152F2: hue angle of 275.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B152F2 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 82 242 -
CMYK 0.27 0.66 0 0.05
HSL 275.63º 0.86% 0.64% -
HSV(B) 275.63º 0.66% 0.95% -
XYZ 37.18 21.79 86.25 -
YUV 128.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 177 82 242 0.27 0.66 0 0.05 275.63 0.86 0.64
Hex B1 52 F2 1B 42 0 5 114 56 40
Octal 261 122 362 33 102 0 5 424 126 100
Binary 10110001 1010010 11110010 11011 1000010 0 101 100010100 1010110 1000000

Color Harmonies of #B152F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152F2

Black with #B152F2

Text Example


Text Example

White with #B152F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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