Html Css Color HEX #BB74CA Medium Orchid

📋 copy color: '#BB74CA'

red 187 ◦ green 116 ◦ blue 202

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

Shades of Medium Orchid #BB74CA

Tints of Medium Orchid #BB74CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.97%

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

R = 37.03%
G = 22.97%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB74CA (or 0xBB74CA) is known color: Medium Orchid. HEX triplet: BB, 74 and CA. RGB value is (187,116,202). Sum of RGB (Red+Green+Blue) = 187+116+202=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74CA is #448B35. Grayscale: #929292. Windows color (decimal): -4492086 or 13268155. OLE color: 13268155.

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

Color convert

RGB 187 116 202 -
CMYK 0.07 0.43 0 0.21
HSL 289.53º 0.45% 0.62% -
HSV(B) 289.53º 0.43% 0.79% -
XYZ 37.4 27.32 59.18 -
YUV 147.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 187 116 202 0.07 0.43 0 0.21 289.53 0.45 0.62
Hex BB 74 CA 7 2B 0 15 122 2D 3E
Octal 273 164 312 7 53 0 25 442 55 76
Binary 10111011 1110100 11001010 111 101011 0 10101 100100010 101101 111110

Color Harmonies of #BB74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74CA

Black with #BB74CA

Text Example


Text Example

White with #BB74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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