Html Css Color HEX #BB50DA Medium Orchid

📋 copy color: '#BB50DA'

red 187 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #BB50DA

Tints of Medium Orchid #BB50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 38.56%
G = 16.49%
B = 44.95%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB50DA (or 0xBB50DA) is known color: Medium Orchid. HEX triplet: BB, 50 and DA. RGB value is (187,80,218). Sum of RGB (Red+Green+Blue) = 187+80+218=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50DA is #44AF25. Grayscale: #7F7F7F. Windows color (decimal): -4501286 or 14307515. OLE color: 14307515.

HSL color Cylindrical-coordinate representation of color #BB50DA: hue angle of 286.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB50DA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 80 218 -
CMYK 0.14 0.63 0 0.15
HSL 286.52º 0.65% 0.58% -
HSV(B) 286.52º 0.63% 0.85% -
XYZ 36.02 21.36 68.56 -
YUV 127.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 187 80 218 0.14 0.63 0 0.15 286.52 0.65 0.58
Hex BB 50 DA E 3F 0 F 11F 41 3A
Octal 273 120 332 16 77 0 17 437 101 72
Binary 10111011 1010000 11011010 1110 111111 0 1111 100011111 1000001 111010

Color Harmonies of #BB50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50DA

Black with #BB50DA

Text Example


Text Example

White with #BB50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50DA; }

 p { color: rgb(187,80,218); }

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

background-color css

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

 a { background-color: rgb(187,80,218); }

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

border-color css

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

 span { border-color: rgb(187,80,218); }

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