Html Css Color HEX #BB69D9 Medium Orchid

📋 copy color: '#BB69D9'

red 187 ◦ green 105 ◦ blue 217

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

Shades of Medium Orchid #BB69D9

Tints of Medium Orchid #BB69D9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.63%

 BLUE value IS 217 (85.16% from 255) = 42.63%

R = 36.74%
G = 20.63%
B = 42.63%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB69D9 (or 0xBB69D9) is known color: Medium Orchid. HEX triplet: BB, 69 and D9. RGB value is (187,105,217). Sum of RGB (Red+Green+Blue) = 187+105+217=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69D9 is #449626. Grayscale: #8D8D8D. Windows color (decimal): -4494887 or 14248379. OLE color: 14248379.

HSL color Cylindrical-coordinate representation of color #BB69D9: hue angle of 283.93º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB69D9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 105 217 -
CMYK 0.14 0.52 0 0.15
HSL 283.93º 0.6% 0.63% -
HSV(B) 283.93º 0.52% 0.85% -
XYZ 38.07 25.68 68.6 -
YUV 142.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 187 105 217 0.14 0.52 0 0.15 283.93 0.6 0.63
Hex BB 69 D9 E 34 0 F 11C 3C 3F
Octal 273 151 331 16 64 0 17 434 74 77
Binary 10111011 1101001 11011001 1110 110100 0 1111 100011100 111100 111111

Color Harmonies of #BB69D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69D9

Black with #BB69D9

Text Example


Text Example

White with #BB69D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69D9; }

 p { color: rgb(187,105,217); }

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

background-color css

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

 a { background-color: rgb(187,105,217); }

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

border-color css

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

 span { border-color: rgb(187,105,217); }

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