Html Css Color HEX #BB42FE Medium Orchid

📋 copy color: '#BB42FE'

red 187 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #BB42FE

Tints of Medium Orchid #BB42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 36.88%
G = 13.02%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB42FE (or 0xBB42FE) is known color: Medium Orchid. HEX triplet: BB, 42 and FE. RGB value is (187,66,254). Sum of RGB (Red+Green+Blue) = 187+66+254=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42FE is #44BD01. Grayscale: #7A7A7A. Windows color (decimal): -4504834 or 16663227. OLE color: 16663227.

HSL color Cylindrical-coordinate representation of color #BB42FE: hue angle of 278.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB42FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 66 254 -
CMYK 0.26 0.74 0 0.00
HSL 278.62º 0.99% 0.63% -
HSV(B) 278.62º 0.74% 1% -
XYZ 40.33 21.62 95.81 -
YUV 123.61 201.59 173.21 -
System Red Green Blue C M Y K H S L
Decimal 187 66 254 0.26 0.74 0 0.00 278.62 0.99 0.63
Hex BB 42 FE 1A 4A 0 0 117 63 3F
Octal 273 102 376 32 112 0 0 427 143 77
Binary 10111011 1000010 11111110 11010 1001010 0 0 100010111 1100011 111111

Color Harmonies of #BB42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42FE

Black with #BB42FE

Text Example


Text Example

White with #BB42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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