Html Css Color HEX #BC69CF Medium Orchid

📋 copy color: '#BC69CF'

red 188 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #BC69CF

Tints of Medium Orchid #BC69CF

RGB

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

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

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

R = 37.6%
G = 21%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC69CF (or 0xBC69CF) is known color: Medium Orchid. HEX triplet: BC, 69 and CF. RGB value is (188,105,207). Sum of RGB (Red+Green+Blue) = 188+105+207=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 105 (41.41% from 255 or 21% 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 #BC69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69CF is #439630. Grayscale: #8D8D8D. Windows color (decimal): -4429361 or 13593020. OLE color: 13593020.

HSL color Cylindrical-coordinate representation of color #BC69CF: hue angle of 288.82º degrees, saturation: 0.52, 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 #BC69CF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 105 207 -
CMYK 0.09 0.49 0 0.19
HSL 288.82º 0.52% 0.61% -
HSV(B) 288.82º 0.49% 0.81% -
XYZ 37.05 25.3 61.96 -
YUV 141.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 188 105 207 0.09 0.49 0 0.19 288.82 0.52 0.61
Hex BC 69 CF 9 31 0 13 121 34 3D
Octal 274 151 317 11 61 0 23 441 64 75
Binary 10111100 1101001 11001111 1001 110001 0 10011 100100001 110100 111101

Color Harmonies of #BC69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69CF

Black with #BC69CF

Text Example


Text Example

White with #BC69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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