Html Css Color HEX #BB6ACF Medium Orchid

📋 copy color: '#BB6ACF'

red 187 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #BB6ACF

Tints of Medium Orchid #BB6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 37.4%
G = 21.2%
B = 41.4%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB6ACF (or 0xBB6ACF) is known color: Medium Orchid. HEX triplet: BB, 6A and CF. RGB value is (187,106,207). Sum of RGB (Red+Green+Blue) = 187+106+207=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ACF is #449530. Grayscale: #8D8D8D. Windows color (decimal): -4494641 or 13593275. OLE color: 13593275.

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

Color convert

RGB 187 106 207 -
CMYK 0.10 0.49 0 0.19
HSL 288.12º 0.51% 0.61% -
HSV(B) 288.12º 0.49% 0.81% -
XYZ 36.91 25.38 61.98 -
YUV 141.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 187 106 207 0.10 0.49 0 0.19 288.12 0.51 0.61
Hex BB 6A CF A 31 0 13 120 33 3D
Octal 273 152 317 12 61 0 23 440 63 75
Binary 10111011 1101010 11001111 1010 110001 0 10011 100100000 110011 111101

Color Harmonies of #BB6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ACF

Black with #BB6ACF

Text Example


Text Example

White with #BB6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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