Html Css Color HEX #BB52FA Medium Orchid

📋 copy color: '#BB52FA'

red 187 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #BB52FA

Tints of Medium Orchid #BB52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 36.03%
G = 15.8%
B = 48.17%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB52FA (or 0xBB52FA) is known color: Medium Orchid. HEX triplet: BB, 52 and FA. RGB value is (187,82,250). Sum of RGB (Red+Green+Blue) = 187+82+250=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52FA is #44AD05. Grayscale: #838383. Windows color (decimal): -4500742 or 16405179. OLE color: 16405179.

HSL color Cylindrical-coordinate representation of color #BB52FA: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB52FA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 82 250 -
CMYK 0.25 0.67 0 0.02
HSL 277.5º 0.94% 0.65% -
HSV(B) 277.5º 0.67% 0.98% -
XYZ 40.77 23.5 92.83 -
YUV 132.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 187 82 250 0.25 0.67 0 0.02 277.5 0.94 0.65
Hex BB 52 FA 19 43 0 2 116 5E 41
Octal 273 122 372 31 103 0 2 426 136 101
Binary 10111011 1010010 11111010 11001 1000011 0 10 100010110 1011110 1000001

Color Harmonies of #BB52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52FA

Black with #BB52FA

Text Example


Text Example

White with #BB52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52FA; }

 p { color: rgb(187,82,250); }

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

background-color css

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

 a { background-color: rgb(187,82,250); }

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

border-color css

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

 span { border-color: rgb(187,82,250); }

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