Html Css Color HEX #BB32F0 Medium Orchid

📋 copy color: '#BB32F0'

red 187 ◦ green 50 ◦ blue 240

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

Shades of Medium Orchid #BB32F0

Tints of Medium Orchid #BB32F0

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

 GREEN value IS 50 (19.92% from 255) = 10.48%

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 39.2%
G = 10.48%
B = 50.31%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB32F0 (or 0xBB32F0) is known color: Medium Orchid. HEX triplet: BB, 32 and F0. RGB value is (187,50,240). Sum of RGB (Red+Green+Blue) = 187+50+240=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB32F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32F0 is #44CD0F. Grayscale: #707070. Windows color (decimal): -4508944 or 15741627. OLE color: 15741627.

HSL color Cylindrical-coordinate representation of color #BB32F0: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB32F0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 50 240 -
CMYK 0.22 0.79 0 0.06
HSL 283.26º 0.86% 0.57% -
HSV(B) 283.26º 0.79% 0.94% -
XYZ 37.36 19.14 84.16 -
YUV 112.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 187 50 240 0.22 0.79 0 0.06 283.26 0.86 0.57
Hex BB 32 F0 16 4F 0 6 11B 56 39
Octal 273 62 360 26 117 0 6 433 126 71
Binary 10111011 110010 11110000 10110 1001111 0 110 100011011 1010110 111001

Color Harmonies of #BB32F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32F0

Black with #BB32F0

Text Example


Text Example

White with #BB32F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32F0; }

 p { color: rgb(187,50,240); }

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

background-color css

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

 a { background-color: rgb(187,50,240); }

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

border-color css

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

 span { border-color: rgb(187,50,240); }

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