Html Css Color HEX #BB41FD Medium Orchid

📋 copy color: '#BB41FD'

red 187 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #BB41FD

Tints of Medium Orchid #BB41FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.87%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 37.03%
G = 12.87%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB41FD (or 0xBB41FD) is known color: Medium Orchid. HEX triplet: BB, 41 and FD. RGB value is (187,65,253). Sum of RGB (Red+Green+Blue) = 187+65+253=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41FD is #44BE02. Grayscale: #7A7A7A. Windows color (decimal): -4505091 or 16597435. OLE color: 16597435.

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

Color convert

RGB 187 65 253 -
CMYK 0.26 0.74 0 0.01
HSL 278.94º 0.98% 0.62% -
HSV(B) 278.94º 0.74% 0.99% -
XYZ 40.11 21.44 94.95 -
YUV 122.91 201.42 173.71 -
System Red Green Blue C M Y K H S L
Decimal 187 65 253 0.26 0.74 0 0.01 278.94 0.98 0.62
Hex BB 41 FD 1A 4A 0 1 117 62 3E
Octal 273 101 375 32 112 0 1 427 142 76
Binary 10111011 1000001 11111101 11010 1001010 0 1 100010111 1100010 111110

Color Harmonies of #BB41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41FD

Black with #BB41FD

Text Example


Text Example

White with #BB41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41FD; }

 p { color: rgb(187,65,253); }

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

background-color css

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

 a { background-color: rgb(187,65,253); }

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

border-color css

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

 span { border-color: rgb(187,65,253); }

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