Html Css Color HEX #BC69EE Medium Orchid

📋 copy color: '#BC69EE'

red 188 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #BC69EE

Tints of Medium Orchid #BC69EE

RGB

 RED value IS 188 (73.83% from 255) = 35.4%

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 35.4%
G = 19.77%
B = 44.82%

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

#BC69EE (or 0xBC69EE) is known color: Medium Orchid. HEX triplet: BC, 69 and EE. RGB value is (188,105,238). Sum of RGB (Red+Green+Blue) = 188+105+238=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69EE is #439611. Grayscale: #909090. Windows color (decimal): -4429330 or 15624636. OLE color: 15624636.

HSL color Cylindrical-coordinate representation of color #BC69EE: hue angle of 277.44º degrees, saturation: 0.8, 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 #BC69EE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 105 238 -
CMYK 0.21 0.56 0 0.07
HSL 277.44º 0.8% 0.67% -
HSV(B) 277.44º 0.56% 0.93% -
XYZ 41.22 26.97 83.92 -
YUV 144.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 188 105 238 0.21 0.56 0 0.07 277.44 0.8 0.67
Hex BC 69 EE 15 38 0 7 115 50 43
Octal 274 151 356 25 70 0 7 425 120 103
Binary 10111100 1101001 11101110 10101 111000 0 111 100010101 1010000 1000011

Color Harmonies of #BC69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69EE

Black with #BC69EE

Text Example


Text Example

White with #BC69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69EE; }

 p { color: rgb(188,105,238); }

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

background-color css

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

 a { background-color: rgb(188,105,238); }

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

border-color css

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

 span { border-color: rgb(188,105,238); }

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