Html Css Color HEX #BB41CA Medium Orchid

📋 copy color: '#BB41CA'

red 187 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #BB41CA

Tints of Medium Orchid #BB41CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 41.19%
G = 14.32%
B = 44.49%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB41CA (or 0xBB41CA) is known color: Medium Orchid. HEX triplet: BB, 41 and CA. RGB value is (187,65,202). Sum of RGB (Red+Green+Blue) = 187+65+202=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CA is #44BE35. Grayscale: #747474. Windows color (decimal): -4505142 or 13255099. OLE color: 13255099.

HSL color Cylindrical-coordinate representation of color #BB41CA: hue angle of 293.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB41CA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 65 202 -
CMYK 0.07 0.68 0 0.21
HSL 293.43º 0.56% 0.52% -
HSV(B) 293.43º 0.68% 0.79% -
XYZ 33.04 18.61 57.73 -
YUV 117.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 187 65 202 0.07 0.68 0 0.21 293.43 0.56 0.52
Hex BB 41 CA 7 44 0 15 125 38 34
Octal 273 101 312 7 104 0 25 445 70 64
Binary 10111011 1000001 11001010 111 1000100 0 10101 100100101 111000 110100

Color Harmonies of #BB41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41CA

Black with #BB41CA

Text Example


Text Example

White with #BB41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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