Html Css Color HEX #BB70CF Medium Orchid

📋 copy color: '#BB70CF'

red 187 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #BB70CF

Tints of Medium Orchid #BB70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 36.96%
G = 22.13%
B = 40.91%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB70CF (or 0xBB70CF) is known color: Medium Orchid. HEX triplet: BB, 70 and CF. RGB value is (187,112,207). Sum of RGB (Red+Green+Blue) = 187+112+207=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70CF is #448F30. Grayscale: #909090. Windows color (decimal): -4493105 or 13594811. OLE color: 13594811.

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

Color convert

RGB 187 112 207 -
CMYK 0.10 0.46 0 0.19
HSL 287.37º 0.5% 0.63% -
HSV(B) 287.37º 0.46% 0.81% -
XYZ 37.55 26.66 62.2 -
YUV 145.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 187 112 207 0.10 0.46 0 0.19 287.37 0.5 0.63
Hex BB 70 CF A 2E 0 13 11F 32 3F
Octal 273 160 317 12 56 0 23 437 62 77
Binary 10111011 1110000 11001111 1010 101110 0 10011 100011111 110010 111111

Color Harmonies of #BB70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70CF

Black with #BB70CF

Text Example


Text Example

White with #BB70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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