Html Css Color HEX #BB3FF2 Medium Orchid

📋 copy color: '#BB3FF2'

red 187 ◦ green 63 ◦ blue 242

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

Shades of Medium Orchid #BB3FF2

Tints of Medium Orchid #BB3FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 38.01%
G = 12.8%
B = 49.19%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB3FF2 (or 0xBB3FF2) is known color: Medium Orchid. HEX triplet: BB, 3F and F2. RGB value is (187,63,242). Sum of RGB (Red+Green+Blue) = 187+63+242=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FF2 is #44C00D. Grayscale: #777777. Windows color (decimal): -4505614 or 15876027. OLE color: 15876027.

HSL color Cylindrical-coordinate representation of color #BB3FF2: hue angle of 281.56º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3FF2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 63 242 -
CMYK 0.23 0.74 0 0.05
HSL 281.56º 0.87% 0.6% -
HSV(B) 281.56º 0.74% 0.95% -
XYZ 38.3 20.53 85.95 -
YUV 120.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 187 63 242 0.23 0.74 0 0.05 281.56 0.87 0.6
Hex BB 3F F2 17 4A 0 5 11A 57 3C
Octal 273 77 362 27 112 0 5 432 127 74
Binary 10111011 111111 11110010 10111 1001010 0 101 100011010 1010111 111100

Color Harmonies of #BB3FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FF2

Black with #BB3FF2

Text Example


Text Example

White with #BB3FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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