Html Css Color HEX #BB53FB Medium Orchid

📋 copy color: '#BB53FB'

red 187 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #BB53FB

Tints of Medium Orchid #BB53FB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.93%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 35.89%
G = 15.93%
B = 48.18%

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

#BB53FB (or 0xBB53FB) is known color: Medium Orchid. HEX triplet: BB, 53 and FB. RGB value is (187,83,251). Sum of RGB (Red+Green+Blue) = 187+83+251=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB53FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53FB is #44AC04. Grayscale: #848484. Windows color (decimal): -4500485 or 16470971. OLE color: 16470971.

HSL color Cylindrical-coordinate representation of color #BB53FB: hue angle of 277.14º degrees, saturation: 0.95, 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 #BB53FB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 83 251 -
CMYK 0.25 0.67 0 0.02
HSL 277.14º 0.95% 0.65% -
HSV(B) 277.14º 0.67% 0.98% -
XYZ 41 23.72 93.68 -
YUV 133.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 187 83 251 0.25 0.67 0 0.02 277.14 0.95 0.65
Hex BB 53 FB 19 43 0 2 115 5F 41
Octal 273 123 373 31 103 0 2 425 137 101
Binary 10111011 1010011 11111011 11001 1000011 0 10 100010101 1011111 1000001

Color Harmonies of #BB53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53FB

Black with #BB53FB

Text Example


Text Example

White with #BB53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53FB; }

 p { color: rgb(187,83,251); }

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

background-color css

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

 a { background-color: rgb(187,83,251); }

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

border-color css

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

 span { border-color: rgb(187,83,251); }

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