Html Css Color HEX #BC65CF Medium Orchid

📋 copy color: '#BC65CF'

red 188 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #BC65CF

Tints of Medium Orchid #BC65CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.36%

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

R = 37.9%
G = 20.36%
B = 41.73%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC65CF (or 0xBC65CF) is known color: Medium Orchid. HEX triplet: BC, 65 and CF. RGB value is (188,101,207). Sum of RGB (Red+Green+Blue) = 188+101+207=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65CF is #439A30. Grayscale: #8A8A8A. Windows color (decimal): -4430385 or 13591996. OLE color: 13591996.

HSL color Cylindrical-coordinate representation of color #BC65CF: hue angle of 289.25º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC65CF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 101 207 -
CMYK 0.09 0.51 0 0.19
HSL 289.25º 0.52% 0.6% -
HSV(B) 289.25º 0.51% 0.81% -
XYZ 36.66 24.5 61.83 -
YUV 139.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 188 101 207 0.09 0.51 0 0.19 289.25 0.52 0.6
Hex BC 65 CF 9 33 0 13 121 34 3C
Octal 274 145 317 11 63 0 23 441 64 74
Binary 10111100 1100101 11001111 1001 110011 0 10011 100100001 110100 111100

Color Harmonies of #BC65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65CF

Black with #BC65CF

Text Example


Text Example

White with #BC65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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