Html Css Color HEX #BB45CA Medium Orchid

📋 copy color: '#BB45CA'

red 187 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #BB45CA

Tints of Medium Orchid #BB45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.07%

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

R = 40.83%
G = 15.07%
B = 44.1%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB45CA (or 0xBB45CA) is known color: Medium Orchid. HEX triplet: BB, 45 and CA. RGB value is (187,69,202). Sum of RGB (Red+Green+Blue) = 187+69+202=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB45CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CA is #44BA35. Grayscale: #777777. Windows color (decimal): -4504118 or 13256123. OLE color: 13256123.

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

Color convert

RGB 187 69 202 -
CMYK 0.07 0.66 0 0.21
HSL 293.23º 0.56% 0.53% -
HSV(B) 293.23º 0.66% 0.79% -
XYZ 33.28 19.09 57.81 -
YUV 119.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 187 69 202 0.07 0.66 0 0.21 293.23 0.56 0.53
Hex BB 45 CA 7 42 0 15 125 38 35
Octal 273 105 312 7 102 0 25 445 70 65
Binary 10111011 1000101 11001010 111 1000010 0 10101 100100101 111000 110101

Color Harmonies of #BB45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45CA

Black with #BB45CA

Text Example


Text Example

White with #BB45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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