Html Css Color HEX #BB41CF Medium Orchid

📋 copy color: '#BB41CF'

red 187 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #BB41CF

Tints of Medium Orchid #BB41CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 40.74%
G = 14.16%
B = 45.1%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB41CF (or 0xBB41CF) is known color: Medium Orchid. HEX triplet: BB, 41 and CF. RGB value is (187,65,207). Sum of RGB (Red+Green+Blue) = 187+65+207=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CF is #44BE30. Grayscale: #757575. Windows color (decimal): -4505137 or 13582779. OLE color: 13582779.

HSL color Cylindrical-coordinate representation of color #BB41CF: hue angle of 291.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB41CF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 65 207 -
CMYK 0.10 0.69 0 0.19
HSL 291.55º 0.6% 0.53% -
HSV(B) 291.55º 0.69% 0.81% -
XYZ 33.65 18.85 60.9 -
YUV 117.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 187 65 207 0.10 0.69 0 0.19 291.55 0.6 0.53
Hex BB 41 CF A 45 0 13 124 3C 35
Octal 273 101 317 12 105 0 23 444 74 65
Binary 10111011 1000001 11001111 1010 1000101 0 10011 100100100 111100 110101

Color Harmonies of #BB41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41CF

Black with #BB41CF

Text Example


Text Example

White with #BB41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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