Html Css Color HEX #BB42F9 Medium Orchid

📋 copy color: '#BB42F9'

red 187 ◦ green 66 ◦ blue 249

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

Shades of Medium Orchid #BB42F9

Tints of Medium Orchid #BB42F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.15%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 37.25%
G = 13.15%
B = 49.6%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB42F9 (or 0xBB42F9) is known color: Medium Orchid. HEX triplet: BB, 42 and F9. RGB value is (187,66,249). Sum of RGB (Red+Green+Blue) = 187+66+249=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42F9 is #44BD06. Grayscale: #7A7A7A. Windows color (decimal): -4504839 or 16335547. OLE color: 16335547.

HSL color Cylindrical-coordinate representation of color #BB42F9: hue angle of 279.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB42F9 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 66 249 -
CMYK 0.25 0.73 0 0.02
HSL 279.67º 0.94% 0.62% -
HSV(B) 279.67º 0.73% 0.98% -
XYZ 39.54 21.3 91.65 -
YUV 123.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 187 66 249 0.25 0.73 0 0.02 279.67 0.94 0.62
Hex BB 42 F9 19 49 0 2 118 5E 3E
Octal 273 102 371 31 111 0 2 430 136 76
Binary 10111011 1000010 11111001 11001 1001001 0 10 100011000 1011110 111110

Color Harmonies of #BB42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42F9

Black with #BB42F9

Text Example


Text Example

White with #BB42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42F9; }

 p { color: rgb(187,66,249); }

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

background-color css

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

 a { background-color: rgb(187,66,249); }

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

border-color css

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

 span { border-color: rgb(187,66,249); }

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