Html Css Color HEX #BB75CF Medium Orchid

📋 copy color: '#BB75CF'

red 187 ◦ green 117 ◦ blue 207

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

Shades of Medium Orchid #BB75CF

Tints of Medium Orchid #BB75CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 36.59%
G = 22.9%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB75CF (or 0xBB75CF) is known color: Medium Orchid. HEX triplet: BB, 75 and CF. RGB value is (187,117,207). Sum of RGB (Red+Green+Blue) = 187+117+207=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75CF is #448A30. Grayscale: #939393. Windows color (decimal): -4491825 or 13596091. OLE color: 13596091.

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

Color convert

RGB 187 117 207 -
CMYK 0.10 0.43 0 0.19
HSL 286.67º 0.48% 0.64% -
HSV(B) 286.67º 0.43% 0.81% -
XYZ 38.12 27.79 62.39 -
YUV 148.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 187 117 207 0.10 0.43 0 0.19 286.67 0.48 0.64
Hex BB 75 CF A 2B 0 13 11F 30 40
Octal 273 165 317 12 53 0 23 437 60 100
Binary 10111011 1110101 11001111 1010 101011 0 10011 100011111 110000 1000000

Color Harmonies of #BB75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75CF

Black with #BB75CF

Text Example


Text Example

White with #BB75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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