Html Css Color HEX #BB69DC Medium Orchid

📋 copy color: '#BB69DC'

red 187 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #BB69DC

Tints of Medium Orchid #BB69DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 36.52%
G = 20.51%
B = 42.97%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB69DC (or 0xBB69DC) is known color: Medium Orchid. HEX triplet: BB, 69 and DC. RGB value is (187,105,220). Sum of RGB (Red+Green+Blue) = 187+105+220=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69DC is #449623. Grayscale: #8E8E8E. Windows color (decimal): -4494884 or 14444987. OLE color: 14444987.

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

Color convert

RGB 187 105 220 -
CMYK 0.15 0.52 0 0.14
HSL 282.78º 0.62% 0.64% -
HSV(B) 282.78º 0.52% 0.86% -
XYZ 38.46 25.84 70.67 -
YUV 142.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 187 105 220 0.15 0.52 0 0.14 282.78 0.62 0.64
Hex BB 69 DC F 34 0 E 11B 3E 40
Octal 273 151 334 17 64 0 16 433 76 100
Binary 10111011 1101001 11011100 1111 110100 0 1110 100011011 111110 1000000

Color Harmonies of #BB69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69DC

Black with #BB69DC

Text Example


Text Example

White with #BB69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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