Html Css Color HEX #BB5FDA Medium Orchid

📋 copy color: '#BB5FDA'

red 187 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #BB5FDA

Tints of Medium Orchid #BB5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

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

R = 37.4%
G = 19%
B = 43.6%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB5FDA (or 0xBB5FDA) is known color: Medium Orchid. HEX triplet: BB, 5F and DA. RGB value is (187,95,218). Sum of RGB (Red+Green+Blue) = 187+95+218=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FDA is #44A025. Grayscale: #888888. Windows color (decimal): -4497446 or 14311355. OLE color: 14311355.

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

Color convert

RGB 187 95 218 -
CMYK 0.14 0.56 0 0.15
HSL 284.88º 0.62% 0.61% -
HSV(B) 284.88º 0.56% 0.85% -
XYZ 37.24 23.81 68.96 -
YUV 136.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 187 95 218 0.14 0.56 0 0.15 284.88 0.62 0.61
Hex BB 5F DA E 38 0 F 11D 3E 3D
Octal 273 137 332 16 70 0 17 435 76 75
Binary 10111011 1011111 11011010 1110 111000 0 1111 100011101 111110 111101

Color Harmonies of #BB5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FDA

Black with #BB5FDA

Text Example


Text Example

White with #BB5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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