Html Css Color HEX #BB3FDA Medium Orchid

📋 copy color: '#BB3FDA'

red 187 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #BB3FDA

Tints of Medium Orchid #BB3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

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

R = 39.96%
G = 13.46%
B = 46.58%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB3FDA (or 0xBB3FDA) is known color: Medium Orchid. HEX triplet: BB, 3F and DA. RGB value is (187,63,218). Sum of RGB (Red+Green+Blue) = 187+63+218=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDA is #44C025. Grayscale: #757575. Windows color (decimal): -4505638 or 14303163. OLE color: 14303163.

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

Color convert

RGB 187 63 218 -
CMYK 0.14 0.71 0 0.15
HSL 288º 0.68% 0.55% -
HSV(B) 288º 0.71% 0.85% -
XYZ 34.93 19.18 68.19 -
YUV 117.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 187 63 218 0.14 0.71 0 0.15 288 0.68 0.55
Hex BB 3F DA E 47 0 F 120 44 37
Octal 273 77 332 16 107 0 17 440 104 67
Binary 10111011 111111 11011010 1110 1000111 0 1111 100100000 1000100 110111

Color Harmonies of #BB3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FDA

Black with #BB3FDA

Text Example


Text Example

White with #BB3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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