Html Css Color HEX #BB69EC Medium Orchid

📋 copy color: '#BB69EC'

red 187 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #BB69EC

Tints of Medium Orchid #BB69EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 35.42%
G = 19.89%
B = 44.7%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB69EC (or 0xBB69EC) is known color: Medium Orchid. HEX triplet: BB, 69 and EC. RGB value is (187,105,236). Sum of RGB (Red+Green+Blue) = 187+105+236=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69EC is #449613. Grayscale: #909090. Windows color (decimal): -4494868 or 15493563. OLE color: 15493563.

HSL color Cylindrical-coordinate representation of color #BB69EC: hue angle of 277.56º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB69EC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 105 236 -
CMYK 0.21 0.56 0 0.07
HSL 277.56º 0.78% 0.67% -
HSV(B) 277.56º 0.56% 0.93% -
XYZ 40.69 26.72 82.37 -
YUV 144.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 187 105 236 0.21 0.56 0 0.07 277.56 0.78 0.67
Hex BB 69 EC 15 38 0 7 116 4E 43
Octal 273 151 354 25 70 0 7 426 116 103
Binary 10111011 1101001 11101100 10101 111000 0 111 100010110 1001110 1000011

Color Harmonies of #BB69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69EC

Black with #BB69EC

Text Example


Text Example

White with #BB69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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