Html Css Color HEX #BB52FE Medium Orchid

📋 copy color: '#BB52FE'

red 187 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #BB52FE

Tints of Medium Orchid #BB52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 35.76%
G = 15.68%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB52FE (or 0xBB52FE) is known color: Medium Orchid. HEX triplet: BB, 52 and FE. RGB value is (187,82,254). Sum of RGB (Red+Green+Blue) = 187+82+254=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52FE is #44AD01. Grayscale: #848484. Windows color (decimal): -4500738 or 16667323. OLE color: 16667323.

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

Color convert

RGB 187 82 254 -
CMYK 0.26 0.68 0 0.00
HSL 276.63º 0.99% 0.66% -
HSV(B) 276.63º 0.68% 1% -
XYZ 41.4 23.76 96.17 -
YUV 133 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 187 82 254 0.26 0.68 0 0.00 276.63 0.99 0.66
Hex BB 52 FE 1A 44 0 0 115 63 42
Octal 273 122 376 32 104 0 0 425 143 102
Binary 10111011 1010010 11111110 11010 1000100 0 0 100010101 1100011 1000010

Color Harmonies of #BB52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52FE

Black with #BB52FE

Text Example


Text Example

White with #BB52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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