Html Css Color HEX #BB5CDA Medium Orchid

📋 copy color: '#BB5CDA'

red 187 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #BB5CDA

Tints of Medium Orchid #BB5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

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

R = 37.63%
G = 18.51%
B = 43.86%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB5CDA (or 0xBB5CDA) is known color: Medium Orchid. HEX triplet: BB, 5C and DA. RGB value is (187,92,218). Sum of RGB (Red+Green+Blue) = 187+92+218=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CDA is #44A325. Grayscale: #868686. Windows color (decimal): -4498214 or 14310587. OLE color: 14310587.

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

Color convert

RGB 187 92 218 -
CMYK 0.14 0.58 0 0.15
HSL 285.24º 0.63% 0.61% -
HSV(B) 285.24º 0.58% 0.85% -
XYZ 36.98 23.28 68.87 -
YUV 134.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 187 92 218 0.14 0.58 0 0.15 285.24 0.63 0.61
Hex BB 5C DA E 3A 0 F 11D 3F 3D
Octal 273 134 332 16 72 0 17 435 77 75
Binary 10111011 1011100 11011010 1110 111010 0 1111 100011101 111111 111101

Color Harmonies of #BB5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CDA

Black with #BB5CDA

Text Example


Text Example

White with #BB5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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