Html Css Color HEX #BC65F5 Medium Orchid

📋 copy color: '#BC65F5'

red 188 ◦ green 101 ◦ blue 245

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

Shades of Medium Orchid #BC65F5

Tints of Medium Orchid #BC65F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.88%

R = 35.21%
G = 18.91%
B = 45.88%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC65F5 (or 0xBC65F5) is known color: Medium Orchid. HEX triplet: BC, 65 and F5. RGB value is (188,101,245). Sum of RGB (Red+Green+Blue) = 188+101+245=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC65F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F5 is #439A0A. Grayscale: #8E8E8E. Windows color (decimal): -4430347 or 16082364. OLE color: 16082364.

HSL color Cylindrical-coordinate representation of color #BC65F5: hue angle of 276.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC65F5 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 101 245 -
CMYK 0.23 0.59 0 0.04
HSL 276.25º 0.88% 0.68% -
HSV(B) 276.25º 0.59% 0.96% -
XYZ 41.87 26.59 89.31 -
YUV 143.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 188 101 245 0.23 0.59 0 0.04 276.25 0.88 0.68
Hex BC 65 F5 17 3B 0 4 114 58 44
Octal 274 145 365 27 73 0 4 424 130 104
Binary 10111100 1100101 11110101 10111 111011 0 100 100010100 1011000 1000100

Color Harmonies of #BC65F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65F5

Black with #BC65F5

Text Example


Text Example

White with #BC65F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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