Html Css Color HEX #BB43CA Medium Orchid

📋 copy color: '#BB43CA'

red 187 ◦ green 67 ◦ blue 202

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

Shades of Medium Orchid #BB43CA

Tints of Medium Orchid #BB43CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 41.01%
G = 14.69%
B = 44.3%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB43CA (or 0xBB43CA) is known color: Medium Orchid. HEX triplet: BB, 43 and CA. RGB value is (187,67,202). Sum of RGB (Red+Green+Blue) = 187+67+202=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43CA is #44BC35. Grayscale: #757575. Windows color (decimal): -4504630 or 13255611. OLE color: 13255611.

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

Color convert

RGB 187 67 202 -
CMYK 0.07 0.67 0 0.21
HSL 293.33º 0.56% 0.53% -
HSV(B) 293.33º 0.67% 0.79% -
XYZ 33.16 18.84 57.77 -
YUV 118.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 187 67 202 0.07 0.67 0 0.21 293.33 0.56 0.53
Hex BB 43 CA 7 43 0 15 125 38 35
Octal 273 103 312 7 103 0 25 445 70 65
Binary 10111011 1000011 11001010 111 1000011 0 10101 100100101 111000 110101

Color Harmonies of #BB43CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43CA

Black with #BB43CA

Text Example


Text Example

White with #BB43CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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