Html Css Color HEX #BB74CF Medium Orchid

📋 copy color: '#BB74CF'

red 187 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BB74CF

Tints of Medium Orchid #BB74CF

RGB

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

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

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

R = 36.67%
G = 22.75%
B = 40.59%

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

#BB74CF (or 0xBB74CF) is known color: Medium Orchid. HEX triplet: BB, 74 and CF. RGB value is (187,116,207). Sum of RGB (Red+Green+Blue) = 187+116+207=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74CF is #448B30. Grayscale: #939393. Windows color (decimal): -4492081 or 13595835. OLE color: 13595835.

HSL color Cylindrical-coordinate representation of color #BB74CF: hue angle of 286.81º 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 #BB74CF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 116 207 -
CMYK 0.10 0.44 0 0.19
HSL 286.81º 0.49% 0.63% -
HSV(B) 286.81º 0.44% 0.81% -
XYZ 38 27.56 62.35 -
YUV 147.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 187 116 207 0.10 0.44 0 0.19 286.81 0.49 0.63
Hex BB 74 CF A 2C 0 13 11F 31 3F
Octal 273 164 317 12 54 0 23 437 61 77
Binary 10111011 1110100 11001111 1010 101100 0 10011 100011111 110001 111111

Color Harmonies of #BB74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74CF

Black with #BB74CF

Text Example


Text Example

White with #BB74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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