Html Css Color HEX #BB61CF Medium Orchid

📋 copy color: '#BB61CF'

red 187 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #BB61CF

Tints of Medium Orchid #BB61CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.76%

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

R = 38.09%
G = 19.76%
B = 42.16%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB61CF (or 0xBB61CF) is known color: Medium Orchid. HEX triplet: BB, 61 and CF. RGB value is (187,97,207). Sum of RGB (Red+Green+Blue) = 187+97+207=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CF is #449E30. Grayscale: #888888. Windows color (decimal): -4496945 or 13590971. OLE color: 13590971.

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

Color convert

RGB 187 97 207 -
CMYK 0.10 0.53 0 0.19
HSL 289.09º 0.53% 0.6% -
HSV(B) 289.09º 0.53% 0.81% -
XYZ 36.03 23.62 61.69 -
YUV 136.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 187 97 207 0.10 0.53 0 0.19 289.09 0.53 0.6
Hex BB 61 CF A 35 0 13 121 35 3C
Octal 273 141 317 12 65 0 23 441 65 74
Binary 10111011 1100001 11001111 1010 110101 0 10011 100100001 110101 111100

Color Harmonies of #BB61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61CF

Black with #BB61CF

Text Example


Text Example

White with #BB61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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