Html Css Color HEX #BB3DF2 Medium Orchid

📋 copy color: '#BB3DF2'

red 187 ◦ green 61 ◦ blue 242

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

Shades of Medium Orchid #BB3DF2

Tints of Medium Orchid #BB3DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.45%

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

R = 38.16%
G = 12.45%
B = 49.39%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB3DF2 (or 0xBB3DF2) is known color: Medium Orchid. HEX triplet: BB, 3D and F2. RGB value is (187,61,242). Sum of RGB (Red+Green+Blue) = 187+61+242=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DF2 is #44C20D. Grayscale: #767676. Windows color (decimal): -4506126 or 15875515. OLE color: 15875515.

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

Color convert

RGB 187 61 242 -
CMYK 0.23 0.75 0 0.05
HSL 281.77º 0.87% 0.59% -
HSV(B) 281.77º 0.75% 0.95% -
XYZ 38.19 20.31 85.91 -
YUV 119.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 187 61 242 0.23 0.75 0 0.05 281.77 0.87 0.59
Hex BB 3D F2 17 4B 0 5 11A 57 3B
Octal 273 75 362 27 113 0 5 432 127 73
Binary 10111011 111101 11110010 10111 1001011 0 101 100011010 1010111 111011

Color Harmonies of #BB3DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DF2

Black with #BB3DF2

Text Example


Text Example

White with #BB3DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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