Html Css Color HEX #BB73CF Medium Orchid

📋 copy color: '#BB73CF'

red 187 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #BB73CF

Tints of Medium Orchid #BB73CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

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

R = 36.74%
G = 22.59%
B = 40.67%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB73CF (or 0xBB73CF) is known color: Medium Orchid. HEX triplet: BB, 73 and CF. RGB value is (187,115,207). Sum of RGB (Red+Green+Blue) = 187+115+207=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73CF is #448C30. Grayscale: #929292. Windows color (decimal): -4492337 or 13595579. OLE color: 13595579.

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

Color convert

RGB 187 115 207 -
CMYK 0.10 0.44 0 0.19
HSL 286.96º 0.49% 0.63% -
HSV(B) 286.96º 0.44% 0.81% -
XYZ 37.89 27.33 62.31 -
YUV 147.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 187 115 207 0.10 0.44 0 0.19 286.96 0.49 0.63
Hex BB 73 CF A 2C 0 13 11F 31 3F
Octal 273 163 317 12 54 0 23 437 61 77
Binary 10111011 1110011 11001111 1010 101100 0 10011 100011111 110001 111111

Color Harmonies of #BB73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73CF

Black with #BB73CF

Text Example


Text Example

White with #BB73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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